4.4.1 breaks recursive invocation with --print-directory [when adding to MAKEFLAGS]

2023-02-28 Thread Satish Balay via Bug reports and discussion for GNU make
This usage works with make-4.4 [and older versions] - but not 4.4.1 Satish balay@p1 /home/balay/tmp $ cat makefile all: @MAKEFLAGS="-j1 ${MAKEFLAGS}" ${MAKE} -f makefile hello hello: @echo Hello balay@p1 /home/balay/tmp $ ./make-4.4/make --print-directory make: Entering di

Re: 4.4.1 breaks recursive invocation with --print-directory [when adding to MAKEFLAGS]

2023-02-28 Thread Dmitry Goncharov
On Tue, Feb 28, 2023 at 8:41 PM Satish Balay via Bug reports and discussion for GNU make wrote: > $ cat makefile > all: > @MAKEFLAGS="-j1 ${MAKEFLAGS}" ${MAKE} -f makefile hello > hello: > @echo Hello When you pass --print-directory MAKEFLAGS has the value "w". When this makefile

Re: 4.4.1 breaks recursive invocation with --print-directory [when adding to MAKEFLAGS]

2023-02-28 Thread Satish Balay via Bug reports and discussion for GNU make
On Tue, 28 Feb 2023, Dmitry Goncharov wrote: > On Tue, Feb 28, 2023 at 8:41 PM Satish Balay via Bug reports and > discussion for GNU make wrote: > > $ cat makefile > > all: > > @MAKEFLAGS="-j1 ${MAKEFLAGS}" ${MAKE} -f makefile hello > > hello: > > @echo Hello > > When you pass --

[bug #63852] Two test failure running the test suite as root

2023-02-28 Thread anonymous
Additional Item Attachment, bug #63852 (project make): File name: makeerror-4.4.1-x86_64-pc-linux-gnu-4quo.tar.gz Size:46 KB ___ Reply