You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Running a parallel build (eg.
gmake -j2
) does not succeed on FreeBSD.When
src/module/freebsd/Makefile
calls theMakefile.module
with BSDMake, the following error occurs and the build is cancelled:make[1]: illegal argument to -j -- must be positive integer!
The text was updated successfully, but these errors were encountered: