summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-05-14 03:08:46 (GMT)
committerSteven Knight <knight@baldmt.com>2004-05-14 03:08:46 (GMT)
commitc388f35fc983b586139c3d92359f6f6c642b2ccf (patch)
treef4e261a94be38bdc1beff13b857c54b169113baf /doc/man
parent16415233eb3bc94d157a5594ea4c1fcc8f84a7f4 (diff)
downloadSCons-c388f35fc983b586139c3d92359f6f6c642b2ccf.zip
SCons-c388f35fc983b586139c3d92359f6f6c642b2ccf.tar.gz
SCons-c388f35fc983b586139c3d92359f6f6c642b2ccf.tar.bz2
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.16
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index aedefe4..88e5b47 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -3584,8 +3584,10 @@ about whether targets are up-to-date.
is the MD5 checksum of its contents.
"timestamp" means the signature of a source file
is its timestamp (modification time).
-When using "timestamp" signatures,
-changes in the command line will not cause files to be rebuilt.
+There is no different between the two behaviors
+for Python
+.BR Value ()
+node objects.
"MD5" signatures take longer to compute,
but are more accurate than "timestamp" signatures.
The default is "MD5".