summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-04-02 10:29:19 -0400
committerPaul Smith <psmith@gnu.org>2023-04-02 10:29:19 -0400
commit5111087e120b3146aed8a958c38684f6d9d6c257 (patch)
tree750bf151ee8218f04f0f63810b19357eb9047725
parent0552b0abc84d58ece15740fb95db0b405f1d0e37 (diff)
downloadmake-git-5111087e120b3146aed8a958c38684f6d9d6c257.tar.gz
* NEWS: Mention the new .WARNINGS variable
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98fa7647..19db619a 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&se
undefined variables (defaults to "ignore"). "--warn-undefined-variables" is
deprecated, and is translated to "--warn=undefined-vars" internally.
+* New feature: Control warnings with the .WARNINGS variable
+ In addition to --warn from the command line, which take effect for make
+ invoked recursively, warnings can be controlled only for the current
+ instance of make using the .WARNINGS variable.
+
Version 4.4.1 (26 Feb 2023)