diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-14 18:48:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-14 18:48:56 (GMT) |
commit | 64abe288f007db6a36ed2bb5d018fde707a243de (patch) | |
tree | b45029d74b471fafd7757bceeb29a8c6ae5f73c3 /doc | |
parent | 4a6f158a8f3589b43fcda1c5ca50b743661a87f2 (diff) | |
download | SCons-64abe288f007db6a36ed2bb5d018fde707a243de.zip SCons-64abe288f007db6a36ed2bb5d018fde707a243de.tar.gz SCons-64abe288f007db6a36ed2bb5d018fde707a243de.tar.bz2 |
Add --implicit-deps-changed. (Anthony Roach)
Diffstat (limited to 'doc')
-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 8761335..d32b7ff 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -400,6 +400,12 @@ dependency is added earlier in the implicit dependency search path (e.g. CPPPATH) than a current implicit dependency with the same name. .TP +--implicit-deps-changed +Force SCons to ignore the cached implicit dependencies. This causes the +implicit dependencies to be rescanned and recached. This implies +.BR --implicit-cache . + +.TP --implicit-deps-unchanged Force SCons to ignore changes in the implicit dependencies. This causes cached implicit dependencies to always be used. |