[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-08-30 Thread Paul D. Smith
Update of bug #62397 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-05-03 Thread Dmitry Goncharov
Follow-up Comment #3, bug #62397 (project make): For explanation of the warning see https://lists.gnu.org/archive/html/bug-make/2021-02/msg5.html. MAKEFLAGS= removes all flags. i'd rather use something like filter-out (or some other tool) to remove just the jobserver related flags.

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-05-02 Thread Martin Dorey
Follow-up Comment #2, bug #62397 (project make): I don't think so: martind@sirius:~/tmp/D150109$ cat 2.make makeprog := $(MAKE) OUTPUT := $(shell env | grep MAKEFLAGS 1>&2; $(makeprog) -f 3.make) default:; @true martind@sirius:~/tmp/D150109$ ~/download/make/make -j2 /home/martind/download/make/

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-05-02 Thread David Boyce
Follow-up Comment #1, bug #62397 (project make): Could you also work around it with: makeprog := $(MAKE) OUTPUT := $(shell env | grep MAKEFLAGS 1>&2; $(makeprog) -f 3.make) ___ Reply to this item at:

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-05-02 Thread Martin Dorey
URL: Summary: jobserver unavailable from $(shell $(MAKE)...) Project: make Submitted by: mdorey Submitted on: Mon 02 May 2022 05:42:45 PM PDT Severity: 3 - Normal Item G