make/tests/scripts/misc
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
..
close_stdout Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we 2005-06-12 22:22:07 +00:00
general1
general2
general3 Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts 2005-06-26 03:31:29 +00:00
general4 Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00