diff options
author | Paul Smith <psmith@gnu.org> | 1999-11-22 06:15:35 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-11-22 06:15:35 +0000 |
commit | 217ca5d91098c0b6b704fe3d9806378dd5dcc698 (patch) | |
tree | 129b499338c05e6d58bd69e4bf31f42ef2ac9c4d /NEWS | |
parent | ebb733c0f9ab045b6fd6245df2baf2e87463e1bc (diff) | |
download | gunmake-217ca5d91098c0b6b704fe3d9806378dd5dcc698.tar.gz |
* Add new debugging output level selection feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |