summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-22 02:51:45 -0400
committerPaul Smith <psmith@gnu.org>2013-05-22 02:51:45 -0400
commitecf307bb0b21d3741ef768b98a26e9255158832e (patch)
tree3d8fd52768f57df9780c06ce39c5fc0db062e612 /NEWS
parenta674abe702cc0c017209a3186c32df050ff21f41 (diff)
downloadgunmake-ecf307bb0b21d3741ef768b98a26e9255158832e.tar.gz
Force version printing whenever we print the database.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b39731..e1fb5a7 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,14 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set
GNU make-specific flags to allow your makefile to be portable to other
versions of make. GNU make never sets or modifies GNUMAKEFLAGS.
+* Behavior of MAKEFLAGS and MFLAGS is more rigorously defined. All simple
+ flags are grouped together in the first word of MAKEFLAGS. No options that
+ accept arguments appear there. If no simple flags are present MAKEFLAGS
+ begins with a space. MFLAGS never begins with "- ".
+
+* Setting the -r and -R options in MAKEFLAGS inside a makefile now works as
+ expected, removing all built-in rules and variables, respectively.
+
* On failure, the makefile name and linenumber of the recipe that failed are
shown.