CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/06/26 16:10:33
Modified files:
security/john-jumbo: Makefile
Log message:
Set J in MAKE_FLAGS (to MAKE_JOBS). john-jumbo make infrastructure passes
this as -j$(J) to child processes, so if undefined this results in "gmake -j".
As gmake(1) says, "If the -j option is given without an argument, gmake
will not limit the number of jobs that can run simultaneously."
Hopefully this fixes a weird build failure that naddy saw and I was able
to replicate after a bunch of build attempts.