> I have the following Makefile, which will go to each subdir and call > "make". But "make" in each subdir can not be executed in parallel > (when I "make" in the parent dir with -j option). I'm wondering if > there is any way to enable parallel compilation.
That is one of the problems with recursive make. See: Recursive Make Considered Harmful. http://aegis.sourceforge.net/auug97.pdf ---------------------------------------------------------------------- Free pop3 email with a spam filter. http://www.bluebottle.com/tag/5 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
