From 217ca5d91098c0b6b704fe3d9806378dd5dcc698 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 22 Nov 1999 06:15:35 +0000 Subject: * Add new debugging output level selection feature. --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b0dfe48..ec49770 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 10 Nov 1999 + 21 Nov 1999 Copyright (C) 1992,93,94,95,96,97,98,1999 Free Software Foundation, Inc. See the end for copying conditions. @@ -31,6 +31,12 @@ Version 3.79 * A new psuedo-target, .NOTPARALLEL, is defined. If set the current makefile is always run serially regardless of the value of -j. Any submakes will still be run in parallel if -j was specified. + +* The -d (--debug) option has changed: it now takes an optional numeric + argument. By default only a minimal set of debugging output is + generated, displaying information about what "normal" files (not + makefiles) were deemed out of date and in need of being rebuilt. + Various values control the amount of detail in the debugging output. Version 3.78 -- cgit v1.2.3