From 3aa2aa7e82ac4c74df298f381c8d1d280cff852e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 14 Sep 2013 21:01:10 -0400 Subject: [SV 35248] Add --debug "n" flag to turn off current debug options. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'NEWS') 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 -- cgit v1.2.3