Update of bug #46203 (project make):
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => SCM
Triage Status: None => Medium Effort
_______________________________________________________
Follow-up Comment #1:
I decided to do this differently. Instead of creating a new variable I just
modified make to ensure that the -jN flag was present in MAKEFLAGS and N was
correct.
You can get the value using something like:
slots := $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS)))
This will be in the next release.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46203>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make