summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-10-24 13:01:39 +0000
committerPaul Smith <psmith@gnu.org>2005-10-24 13:01:39 +0000
commit0029357c24cf818ca2299403c97bc35175e39119 (patch)
tree73dba88903ea90cdac930057fe8619a8a04fb869 /maintMakefile
parentd6cb11ab36213a7765d3563b27afcc430a35fa40 (diff)
downloadmake-0029357c24cf818ca2299403c97bc35175e39119.tar.gz
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.
Diffstat (limited to 'maintMakefile')
0 files changed, 0 insertions, 0 deletions