gmake feature (enhancement)

2018-01-24 Thread Phi Debian
Hi All, First post here, if I should not post here tell me gently :) I am new to gmake (coming from the old unix world) and gmake is really conveniant to work with. I am not too fluent though, so may be my enhancement suggestion are already adressed but didn't find the answer. I'd like 2 things

Re: gmake feature (enhancement)

2018-01-24 Thread Paul Smith
On Wed, 2018-01-24 at 12:46 +0100, Phi Debian wrote: > 1) I'd like that -jN do leave some foot print in the environment, OR > better set a gmake internal variable (predefined name) with the number > that as given. > 2) I'd like o suppress the enter/leaving message. > make: Entering directory '...'

Re: gmake feature (enhancement)

2018-01-24 Thread Phi Debian
Hi Paul, Thanx tons for the prompt reply. Ouch I was running 4.1 :) , will wait next distro roll :) Cheers, Phi ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: gmake feature (enhancement)

2018-01-24 Thread Paul Smith
On Wed, 2018-01-24 at 16:17 +0100, Phi Debian wrote: > Ouch I was running 4.1 :) , will wait next distro roll :) The support for adding --no-print-directory to MAKEFLAGS works now, and has for a very long time. It's only the -j option being added to MAKEFLAGS that needs 4.2 and above. Cheers! _

Re: gmake feature (enhancement)

2018-01-24 Thread Phi Debian
On Wed, Jan 24, 2018 at 4:34 PM, Paul Smith wrote: > The support for adding --no-print-directory to MAKEFLAGS works now, and > has for a very long time. > > It's only the -j option being added to MAKEFLAGS that needs 4.2 and > above. Oops, confirmed, the MAKEFLAGS+=--no-print-directory works at 4