make/tests/scripts
Paul Smith 11095a90f1 Make second expansion optional (partial implementation).
I decided this feature was too impacting to make the permanent default
behavior.  This set of changes makes the default behavior of make the
old behavior (no second expansion).  If you want second expansion, you
must define the .SECONDEXPANSION: special target before the first target
that needs it.

This set of changes ONLY fixes explicit and static pattern rules to work
like this.  Implicit rules still have second expansion enabled all the
time: I'll work on that next.

Note that there is still a backward-incompatibility: now to get the old
SysV behavior using $$@ etc. in the prerequisites list you need to set
.SECONDEXPANSION: as well.
2005-10-24 13:01:39 +00:00
..
features Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
functions Preserve the backslash that's printed by echo. 2005-08-29 18:45:31 +00:00
misc Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
options Fix make.h preprocessor directive to work better with Windows compilers. 2005-08-29 14:11:00 +00:00
targets Fix some Savannah bugs. 2005-04-08 12:51:20 +00:00
variables Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00