diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-14 23:43:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-14 23:43:59 (GMT) |
commit | 6bc341a516112626e301004808205731f4bc4c9e (patch) | |
tree | 79bd53b5fa29aa88b597fa4a920ac93737b6af06 /doc | |
parent | ac081d1e052317f3cd08de9ec301c3686006ae80 (diff) | |
download | SCons-6bc341a516112626e301004808205731f4bc4c9e.zip SCons-6bc341a516112626e301004808205731f4bc4c9e.tar.gz SCons-6bc341a516112626e301004808205731f4bc4c9e.tar.bz2 |
Add --debug-includes. (Anthony Roach)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 12e09f3..da36229 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -397,6 +397,16 @@ executing build commands, the total time spent executing SConstruct and SConscript files, and the total time spent executing SCons itself. .TP +.RI --debug=includes +Print the include tree after each top-level target is built. +This is generally used to find out what files are included by the sources +of a given derived file: + +.ES +$ scons --debug=includes foo.o +.EE + +.TP -e, --environment-overrides Variables from the execution environment override construction variables from the SConscript files. |