diff options
author | Steven Knight <knight@baldmt.com> | 2004-05-01 19:21:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-05-01 19:21:11 (GMT) |
commit | 7cb6652c567c78a667b8759f293d0c6c75360a50 (patch) | |
tree | e8eb13d3c86c19da758a1384c01d198d45a2488b /doc | |
parent | 28ad1a68eea6bb49178a9837a95bcba973ed015d (diff) | |
download | SCons-7cb6652c567c78a667b8759f293d0c6c75360a50.zip SCons-7cb6652c567c78a667b8759f293d0c6c75360a50.tar.gz SCons-7cb6652c567c78a667b8759f293d0c6c75360a50.tar.bz2 |
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index ba4e690..bb0bbd3 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -7156,8 +7156,9 @@ and turn it into the appropriate class of Node to be returned by this Scanner object. .IP scan_check -An optional Python function that takes a Node (file) -as an argument and returns whether the +An optional Python function that takes two arguments, +a Node (file) and a construction environment, +and returns whether the Node should, in fact, be scanned for dependencies. This check can be used to eliminate unnecessary |