Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel Builds in FreeBSD #38

Open
hmwildermuth opened this issue Jun 24, 2019 · 1 comment
Open

Parallel Builds in FreeBSD #38

hmwildermuth opened this issue Jun 24, 2019 · 1 comment
Assignees

Comments

@hmwildermuth
Copy link
Contributor

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants