Running a parallel build (eg. gmake -j2) does not succeed on FreeBSD.
When src/module/freebsd/Makefile calls the Makefile.module with BSDMake, the following error occurs and the build is cancelled: make[1]: illegal argument to -j -- must be positive integer!
Running a parallel build (eg.
gmake -j2) does not succeed on FreeBSD.When
src/module/freebsd/Makefilecalls theMakefile.modulewith BSDMake, the following error occurs and the build is cancelled:make[1]: illegal argument to -j -- must be positive integer!