diff options
author | Paul Smith <psmith@gnu.org> | 1999-12-08 20:13:50 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-12-08 20:13:50 +0000 |
commit | 1a35bfb45b3dfbd38c583247a90a21c3b10ccafa (patch) | |
tree | 7bf18f5dc4e35fc80b9c28e7e0b82d996065c510 /NEWS | |
parent | 4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 (diff) | |
download | gunmake-1a35bfb45b3dfbd38c583247a90a21c3b10ccafa.tar.gz |
* Various changes and fixes. See ChangeLog.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -32,11 +32,11 @@ Version 3.79 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. +* The -d (--debug) option has changed: it now allows optional flags + controlling the amount and type of debugging output. By default only + a minimal amount information is generated, displaying the names of + "normal" targets (not makefiles) were deemed out of date and in need + of being rebuilt. Version 3.78 |