-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: improve jobcontrol by adding "+" to called make
This fixes errors "warning: jobserver unavailable: using -j1. Add '+' to parent make rule" (Issue #596). This all seems to be caused by our make not passing the relavant "jobserver" flags down to the sub-make we call. As of the missing flags the sub-makes fall back to -j1. Some reading on jobserver can be found: http://make.mad-scientist.net/papers/jobserver-implementation/
- Loading branch information
1 parent
1e57aec
commit 30caf85
Showing
2 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters