Re: [bug #56701] Do not allow -j without a number

2019-09-03 Thread Robert Pluim
> On Mon, 26 Aug 2019 08:35:15 -0400 (EDT), "Paul D. Smith" > said: Paul> Update of bug #56701 (project make): Paul> Item Group: Bug => Enhancement Paul> ___ Paul> Fol

Re: GNU make 4.2.90 release candidate available

2019-09-03 Thread Robert Pluim
> On Mon, 02 Sep 2019 12:28:52 -0400, Paul Smith said: Paul> My first guess is that this another of a series of unpleasantnesses Paul> caused by clang trying to "pretend" to be GCC, and failing. Paul> I understand why the Clang devs do this: they want to take advantage of Pau

Re: GNU make 4.2.90 release candidate available

2019-09-02 Thread Robert Pluim
> On Mon, 26 Aug 2019 09:00:13 -0400, Paul Smith said: Paul> Paul> GNU make is a tool which controls the generation of executables and Paul> other non-source files of a program from the program's so

Re: mention if a=b make = make a=b

2017-11-21 Thread Robert Pluim
積丹尼 Dan Jacobson writes: > (info "(make) Environment") should mention how equivalent > $ a=b make #and > $ make a=b > are to each other. > See also http://debbugs.gnu.org/29270 But they're not the same. The second one will override a setting of 'a' in the Makefile, the first one won't. Robert