diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-29 08:43:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-29 08:43:48 (GMT) |
commit | 19318e0471d8ae3f223b867010a437986382f4d2 (patch) | |
tree | b5227be8cda1b4f8cf58a316ca442b191cbfd2bd /doc | |
parent | 9198503d21ac99352629e8d8dfb7c14b11f34401 (diff) | |
download | SCons-19318e0471d8ae3f223b867010a437986382f4d2.zip SCons-19318e0471d8ae3f223b867010a437986382f4d2.tar.gz SCons-19318e0471d8ae3f223b867010a437986382f4d2.tar.bz2 |
Add --debug=tree (print depenency tree) support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 38b196d..ad8a834 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -264,14 +264,20 @@ or .I sconstruct in the specified directory.) -.IP -d -Display dependencies while building target files. Useful for -figuring out why a specific file is being rebuilt, as well as -general debugging of the build process. +.\" .IP -d +.\" Display dependencies while building target files. Useful for +.\" figuring out why a specific file is being rebuilt, as well as +.\" general debugging of the build process. -.\" .TP -.\" .RI --debug= flags -.\"Print debugging information. ??? +.TP +.RI --debug= type +Print debugging information durring the build process. +.I type +specifies what type of of debugging information to print. Currently the +only supported type is +.I tree +which causes the dependency tree to be printed after each top-level +target is built. .IP "-e, --environment-overrides" Variables from the execution environment override construction |