diff options
author | Paul Smith <psmith@gnu.org> | 2005-05-13 12:45:30 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-05-13 12:45:30 +0000 |
commit | 6a88549948915c2b8f5b88c45ef347e75218202b (patch) | |
tree | fde9bf944a5192b729a8faf18d5ef0085d49e22e /NEWS | |
parent | 211702e7760054dfe30ef65e2385b570ed50cd19 (diff) | |
download | make-6a88549948915c2b8f5b88c45ef347e75218202b.tar.gz |
Implement new "if... else if... endif" semantics.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 3 March 2005 + 13 May 2005 Copyright (C) 2002,2003,2004,2005 Free Software Foundation, Inc. See the end for copying conditions. @@ -34,6 +34,10 @@ Version 3.81beta3 used to resolve target files. The default behavior remains as it always has: use the modification time of the actual target file only. +* The "else" conditional line can now be followed by any other legal + conditional on the same line: this does not increase the depth of the + conditional nesting. + * All pattern-specific variables that match a given target are now used (previously only the first match was used). |