summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-14 21:01:10 -0400
committerPaul Smith <psmith@gnu.org>2013-09-14 21:01:10 -0400
commit3aa2aa7e82ac4c74df298f381c8d1d280cff852e (patch)
tree6db0995f7df540c78a6f66a7668a938a77024110 /NEWS
parent29a94ceb76936b88e74052dcb81fe506145f6ff4 (diff)
downloadgunmake-3aa2aa7e82ac4c74df298f381c8d1d280cff852e.tar.gz
[SV 35248] Add --debug "n" flag to turn off current debug options.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cf234b7..c36dab0 100644
--- a/NEWS
+++ b/NEWS
@@ -34,9 +34,10 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set
the recipe to be invoked is printed even if it would otherwise be suppressed
by .SILENT or a "@" prefix character. Also before each recipe is run the
makefile name and linenumber where it was defined are shown as well as the
- prerequisites that caused the target to be considered out of date. If the
- "dir" option argument is given, it will display directory enter/leave
- logging around each block of synchronized output.
+ prerequisites that caused the target to be considered out of date.
+
+* New command line option argument: --debug now accepts a "n" (none) flag
+ which disables all debugging settings that are currently enabled.
* New feature: The "job server" capability is now supported on Windows.
Implementation contributed by Troy Runkel <Troy.Runkel@mathworks.com>