make/tests/scripts/features
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
..
comments
conditionals Implement new "if... else if... endif" semantics. 2005-05-13 12:45:30 +00:00
default_names
double_colon
echoing
errors
escape
export Various minor updates and code cleanups. 2005-07-12 04:35:13 +00:00
include Various fixes and updates from testers of the beta3 release (mostly Windows 2005-07-04 03:50:59 +00:00
mult_rules
mult_targets
order_only Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
override
parallelism - Fixed a bug reported by Michael Matz regarding handling of parallel 2005-08-08 05:08:00 +00:00
patspecific_vars Fix make.h preprocessor directive to work better with Windows compilers. 2005-08-29 14:11:00 +00:00
patternrules Various fixes and updates from testers of the beta3 release (mostly Windows 2005-07-04 03:50:59 +00:00
quoting
recursion Flush stdout after printing directory info. 2005-02-10 00:10:57 +00:00
reinvoke Cleaned up some problems found with the tests running on a powerful 2005-06-27 22:18:47 +00:00
se_explicit Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
se_implicit Fixed stem termination and stem triple-expansion bugs. 2005-03-03 17:39:48 +00:00
se_statpat Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
statipattrules Make second expansion optional (partial implementation). 2005-10-24 13:01:39 +00:00
targetvars
varnesting
vpath
vpath2
vpathgpath
vpathplus