I've been asked by a colleague Gentoo developer (Tony Vroon) to look at a build failure with parallel make[1] in crda, and I decided to take a closer look to the Makefile. With these patches applied, --as-needed build works, as well as parallel make, the dependencies are properly handle so that changing a file will only rebuild the correct one, and it's as parallel as feasible with no recursive make. HTH, Diego [1] http://bugs.gentoo.org/show_bug.cgi?id=249181 --- Diego E. 'Flameeyes' Pettenò (5): Ignore built files. Don't use recursive make for verify target. Make it possible to switch gcrypt/openssl via knob. Fix dependencies for parallel make and others. Fix building with --as-needed LD flag. .gitignore | 2 ++ Makefile | 33 +++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html