[bug #57178] Job server not invoked in initial pass

2019-11-06 Thread Paul Berg
URL: Summary: Job server not invoked in initial pass Project: make Submitted by: paulberg Submitted on: Wed 06 Nov 2019 11:07:42 AM UTC Severity: 3 - Normal Item Group:

[bug #57178] Job server not invoked in initial pass

2019-11-08 Thread Paul Berg
Follow-up Comment #1, bug #57178 (project make): Looks like MAKEFLAGS var is not set at this point. Possibly related? ___ Reply to this item at: ___ Me

[bug #57178] Allow $(shell $(MAKE) ...) to participate in jobserver

2019-12-17 Thread Paul Berg
Follow-up Comment #3, bug #57178 (project make): That makes sense. My use case was not critical, it just appeared to be odd behavior. Perhaps it should be added to the documentation? My use case was that I needed a third party component built which utilized make prior before my makefile's macros