Hi all, We typically run our builds using 'make –j16' and we have several internal programs that need to know what level of parallelism was specified. We're using Makefiles (more specifically, Automake Makefile.am's), but I wouldn't expect the –j to be available as a Makefile variable. So the question is: how can I get that –j16 within my Makefile?
Thanks, Justin _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
