diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-21 16:06:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-21 16:06:18 +0000 |
commit | c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7 (patch) | |
tree | d27151a5249aad92d389f8da736210d33ee4ddc4 /NEWS | |
parent | 588da9812e055fbceb900c350ab406f97eccbf37 (diff) | |
download | make-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.tar.gz make-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.tar.bz2 make-c69d4c95bf2027252e13e4dec3fb2dcfd10fc4e7.zip |
* Installed VMS fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 13 Apr 1999 + 21 Jul 1999 Copyright (C) 1992,93,94,95,96,97,98,1999 Free Software Foundation, Inc. See the end for copying conditions. @@ -18,15 +18,15 @@ Version 3.78 causes the text provided to be printed as a warning message, but make proceeds normally. -* A new function, $(apply ...) is provided. This allows users to create - their own parameterized macros and invoke them later. This +* A new function, $(call ...) is provided. This allows users to create + their own parameterized macros and invoke them later. Original implementation of this feature was provided by Han-Wen Nienhuys <hanwen@cs.uu.nl>. * Make defines a new variable, .LIBPATTERNS. This variable controls how library dependency expansion (dependencies like ``-lfoo'') is performed. -* Make allows CRLF sequences as well as traditional LF, for +* Make accepts CRLF sequences as well as traditional LF, for compatibility with makefiles created on other operating systems. * Make accepts a new option: -R, or --no-builtin-variables. This option |