diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,8 +1,8 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 03 October 2002 + 17 April 2003 -Copyright (C) 2002 Free Software Foundation, Inc. +Copyright (C) 2002,2003 Free Software Foundation, Inc. See the end for copying conditions. All changes mentioned here are more fully described in the GNU make @@ -12,7 +12,22 @@ Please send GNU make bug reports to <bug-make@gnu.org>. See the README file and the GNU make manual for details on sending bug reports. -Version 3.81a1 +Version 3.81a2 + +* GNU make is ported to OS/2. + Port provided by Andreas Buening <andreas.buening@nexgo.de>. + +* All pattern-specific variables that match a given target are now used + (previously only the first match was used). + +* Target-specific variables can be marked as exportable using the + "export" keyword. + +* In a recursive $(call ...) context, any extra arguments from the outer + call are now masked in the context of the inner call. + +* Enhancements for POSIX compatibility: + - Only touch targets (under -t) if they have at least one command. Version 3.80 |