summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-07-21 13:44:04 (GMT)
committerSteven Knight <knight@baldmt.com>2003-07-21 13:44:04 (GMT)
commit78c4fae66e565b081bfadd947c2fc9466c57ec03 (patch)
tree271ebb383c81ef5f176d4e76bcae840feb1c432f /doc
parentd77bd9aa09a469f734d52951f09ec8b649d33482 (diff)
downloadSCons-78c4fae66e565b081bfadd947c2fc9466c57ec03.zip
SCons-78c4fae66e565b081bfadd947c2fc9466c57ec03.tar.gz
SCons-78c4fae66e565b081bfadd947c2fc9466c57ec03.tar.bz2
Give Value Nodes timestamps. (Chad Austin)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.13
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 7be2a37..b39db93 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -4588,7 +4588,8 @@ calling
.BR str( value )
changes between SCons runs, any targets depending on
.BR Value( value )
-will be rebuilt.
+will be rebuilt. When using timestamp source signatures, Value nodes'
+timestamps are equal to the system time when the node is created.
.ES
def create(target, source, env):