summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-09-13 18:22:29 -0400
committerPaul Smith <psmith@gnu.org>2022-09-13 18:22:29 -0400
commit88d126d6c4bcd2d97b6cedc729338a63990e8758 (patch)
treeb3023bce6d212cadb4b3aea8f7d9b6a904321102 /NEWS
parentf6ea899d83bf00fe9201fde0ca9cf7af8e443677 (diff)
downloadmake-git-88d126d6c4bcd2d97b6cedc729338a63990e8758.tar.gz
* doc/make.texi (Parallel Disable): Add clarifications.
* NEWS: Suggest how to change makefiles that use $(MAKEFLAGS).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f37ec3f..04cca2a7 100644
--- a/NEWS
+++ b/NEWS
@@ -30,8 +30,10 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
* WARNING: Backward-incompatibility!
Previously only simple (one-letter) options were added to the MAKEFLAGS
- variable that was visible while parsing makefiles. Now, all options
- are available in MAKEFLAGS.
+ variable that was visible while parsing makefiles. Now, all options are
+ available in MAKEFLAGS. If you want to check MAKEFLAGS for a one-letter
+ option, expanding "$(firstword -$(MAKEFLAGS))" is a reliable way to return
+ the set of one-letter options which can be examined via findstring, etc.
* WARNING: Backward-incompatibility!
Previously makefile variables marked as export were not exported to commands