diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-11 01:34:07 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-11 01:34:07 (GMT) |
commit | 3207c9ca9efaac1b8d3f2174d2e5f336f92887ab (patch) | |
tree | 184b6e6e1fb12fde12568a6ad52149821670f28b /doc | |
parent | 48b6454994a21440a03cacaf14bad63295a62bbf (diff) | |
download | SCons-3207c9ca9efaac1b8d3f2174d2e5f336f92887ab.zip SCons-3207c9ca9efaac1b8d3f2174d2e5f336f92887ab.tar.gz SCons-3207c9ca9efaac1b8d3f2174d2e5f336f92887ab.tar.bz2 |
Implement implicit dependency caching.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 116a5f7..ed7978f 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -374,6 +374,14 @@ options are used, the directories are searched in the order specified. .TP +--implicit-cache +Cache implicit dependencies. This can cause +.B scons +to miss changes in the implicit dependencies in cases where a new implicit +dependency is added earlier in the implicit dependency search path +(e.g. CPPPATH) than a current implicit dependency with the same name. + +.TP .RI -j " N" ", --jobs=" N Specifies the number of jobs (commands) to run simultaneously. If there is more than one |