From 45db65875ee72e8c0f1175ab3c503682c3ef336f Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 1 Nov 2005 10:16:39 +0000 Subject: [PATCH] Add --debug=explain to the man page. (How did we miss this?) git-svn-id: http://scons.tigris.org/svn/scons/trunk@1375 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/scons.1 | 10 ++++++++++ src/CHANGES.txt | 3 +++ 2 files changed, 13 insertions(+) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index f39552ea..47a89cee 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -543,6 +543,16 @@ This only works when run under Python 2.1 or later. Print the dependency tree after each top-level target is built. This prints out only derived files. +.TP +--debug=explain +Print an explanation of precisely why +.B scons +is deciding to (re-)build any targets. +(Note: this does not print anything +for targets that are +.I not +rebuilt.) + .TP --debug=findlibs Instruct the scanner that searches for libraries diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e49d391d..677b09b0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -363,6 +363,9 @@ RELEASE 0.97 - XXX when building object files on Windows. Have the the ifort Tool modify the default command lines appropriately. + - Document the --debug=explain option in the man page. (How did we + miss this?) + From Chen Lee: - Handle Visual Studio project and solution files in Unicode. -- 2.26.2