From e50e0fdf8856fada821393af3dbd268db09c3b47 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 13 May 2005 12:45:30 +0000 Subject: Implement new "if... else if... endif" semantics. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5ee75ac..7b863a5 100644 --- a/NEWS +++ b/NEWS @@ -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). -- cgit v1.2.3