diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-01 01:01:47 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-01 01:01:47 (GMT) |
commit | efb0071db2ef9b2ef9687e1353724ed18db1ee9b (patch) | |
tree | 88104462b1961c598053143bfacb03286dcb821b /doc/man | |
parent | f6027721b125af34862d1ba7ca5ba2205a09e1fe (diff) | |
download | SCons-efb0071db2ef9b2ef9687e1353724ed18db1ee9b.zip SCons-efb0071db2ef9b2ef9687e1353724ed18db1ee9b.tar.gz SCons-efb0071db2ef9b2ef9687e1353724ed18db1ee9b.tar.bz2 |
New debug option --debug=duplicate to debug Variant-dir duplication
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 3fa9e0c..62129ad 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -601,6 +601,12 @@ have been compiled with optimization files). .TP +--debug=duplicate +Print a line for each unlink/relink (or copy) of a variant file from +its source file. Includes debugging info for unlinking stale variant +files, as well as unlinking old targets before building them. + +.TP --debug=dtree A synonym for the newer .B --tree=derived |