krf icon indicating copy to clipboard operation
krf copied to clipboard

Parallel Builds in FreeBSD

Open hmwildermuth opened this issue 6 years ago • 1 comments

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!

hmwildermuth avatar Jun 24 '19 20:06 hmwildermuth

The FreeBSD Makefiles also remove all defines, meaning that -D defines are not passed into the build.

hmwildermuth avatar Aug 07 '19 14:08 hmwildermuth