summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-21 16:35:29 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-21 16:35:29 (GMT)
commit04d2088d1486a26f7915c4092abe14ad10a78d52 (patch)
tree5397bb5b86e09f0a292d3b714c7e527bff539a06 /doc
parentefd149d6ff34c81e5a8950604df410bab99a3106 (diff)
downloadSCons-04d2088d1486a26f7915c4092abe14ad10a78d52.zip
SCons-04d2088d1486a26f7915c4092abe14ad10a78d52.tar.gz
SCons-04d2088d1486a26f7915c4092abe14ad10a78d52.tar.bz2
Add a --debug=stree option to show Node status. (Kevin Quick)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 23e646b..e73bada 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -574,6 +574,12 @@ Prints an internal Python stack trace
when encountering an otherwise unexplained error.
.TP
+--debug=stree
+Print the dependency tree along with status information. This is the
+same as the debug=tree option, but additional status information is
+provided for each node in the tree.
+
+.TP
--debug=time
Prints various time profiling information: the time spent
executing each build command, the total build time, the total time spent