[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

[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