diff options
author | Paul Smith <psmith@gnu.org> | 2000-03-27 20:53:50 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-03-27 20:53:50 +0000 |
commit | 4145bcbcda65dbc65a06bb51868b4033a5ca4231 (patch) | |
tree | f6721fcfeef5132082da38c2b88b935850b7ef00 /NEWS | |
parent | c637af71d9398a269c467a132109e0ef853806d4 (diff) | |
download | gunmake-4145bcbcda65dbc65a06bb51868b4033a5ca4231.tar.gz |
* Handle case of empty static pattern rule prerequisites.
* Fix linenumbers in error messages for rule definitions.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 25 Jan 2000 + 27 Mar 2000 Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -36,12 +36,6 @@ Version 3.79 current makefile is run serially regardless of the value of -j. However, submakes are still eligible for parallel execution. -* The $(call ...) function doesn't expand its arguments automatically - anymore. This allows you to put builtin functions like "if" and - "foreach", which also have special expansion rules, in a $(call ...) - function and have it work properly. This was suggested by Damien - GIBOU <damien.gibou@st.com>. - * The --debug option has changed: it now allows optional flags controlling the amount and type of debugging output. By default only a minimal amount information is generated, displaying the names of |