summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-14 23:43:59 (GMT)
committerSteven Knight <knight@baldmt.com>2003-01-14 23:43:59 (GMT)
commit6bc341a516112626e301004808205731f4bc4c9e (patch)
tree79bd53b5fa29aa88b597fa4a920ac93737b6af06 /doc
parentac081d1e052317f3cd08de9ec301c3686006ae80 (diff)
downloadSCons-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.110
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.