diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-01 01:01:47 +0000 |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-03-01 01:01:47 +0000 |
commit | 7fcb9ce126389c5183f5df73f82b63c83dd7653f (patch) | |
tree | 88104462b1961c598053143bfacb03286dcb821b /doc/man | |
parent | 9a40aeaf3c9c9a35fa37ee2dbc2f08f21013b9d7 (diff) | |
download | scons-7fcb9ce126389c5183f5df73f82b63c83dd7653f.tar.gz |
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 3fa9e0ce..62129ad8 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 |