summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-26 04:04:42 +0000
committerPaul Smith <psmith@gnu.org>1999-03-26 04:04:42 +0000
commitc4353af3f9b143b213644c09da5cf46ef611b250 (patch)
treea9bfafef0e2badb7a824de51c88aa01c0ac7e65f /NEWS
parent8363e0496d1315d5881ebcd5ccdcead37c3f8a28 (diff)
downloadgunmake-c4353af3f9b143b213644c09da5cf46ef611b250.tar.gz
* Reworked function.c to use separate functions instead of a huge case stmt.
* Added new functions $(error ...) and $(warning ...) and documented same. * In windows/dos shells, only treat \ as an escape for special chars.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fcff5f2..c7044b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
- 22 Feb 1999
+ 22 Mar 1999
Copyright (C) 1992,93,94,95,96,97,98,1999 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -12,6 +12,12 @@ Please send GNU make bug reports to bug-make@gnu.org.
Version 3.78
+* Two new functions, $(error ...) and $(warning ...) are provided. The
+ former will cause make to fail and exit immediately upon expansion of
+ the function, with the text provided as the error message. The latter
+ causes the text provided to be printed as a warning message, but make
+ proceeds normally.
+
* Make defines a new variable, .LIBPATTERNS. This variable controls how
the link library dependency expansion (dependencies like ``-lfoo'') is
performed.