]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* NEWS: Mention the new .WARNINGS variable
authorPaul Smith <psmith@gnu.org>
Sun, 2 Apr 2023 14:29:19 +0000 (10:29 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 2 Apr 2023 14:29:19 +0000 (10:29 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 98fa76472b0206bcf53a51a58df806b3b7302eb0..19db619a8eee7cbf62d35b70374fdf7c91bd9a68 100644 (file)
--- 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.
+
 \f
 Version 4.4.1 (26 Feb 2023)