summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-07-14 18:48:56 (GMT)
committerSteven Knight <knight@baldmt.com>2002-07-14 18:48:56 (GMT)
commit64abe288f007db6a36ed2bb5d018fde707a243de (patch)
treeb45029d74b471fafd7757bceeb29a8c6ae5f73c3 /doc
parent4a6f158a8f3589b43fcda1c5ca50b743661a87f2 (diff)
downloadSCons-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.16
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.