> 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
> 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
> 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
積丹尼 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