summaryrefslogtreecommitdiff
path: root/doc/scons.mod
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-16 15:27:15 +0000
committerSteven Knight <knight@baldmt.com>2010-01-16 15:27:15 +0000
commit604638f98ea09ab2a388c522b6cbe99d9aad5a3e (patch)
tree42c87d444256993c40d4549a5f440200da7c9b2d /doc/scons.mod
parentf1f5d1996012367ad5ba961005cb9f7d1c3701e0 (diff)
downloadscons-604638f98ea09ab2a388c522b6cbe99d9aad5a3e.tar.gz
Fix the Requires() examples by adding a sleep command to the
infrastructure and using it to force the SConstruct file(s) to generate version.c files with new timestamps each run. Fix the description of the example, since the verson.o file does get recompiled each run, but the use of Requires() means the downstream hello executable doesn't get relinked because of it.
Diffstat (limited to 'doc/scons.mod')
-rw-r--r--doc/scons.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod
index d8689098..f8d1fe05 100644
--- a/doc/scons.mod
+++ b/doc/scons.mod
@@ -50,6 +50,7 @@
<!ENTITY rmic "<application>rmic</application>">
<!ENTITY SCons "<application>SCons</application>">
<!ENTITY ScCons "<application>ScCons</application>">
+<!ENTITY sleep "<application>sleep</application>">
<!ENTITY swig "<application>swig</application>">
<!ENTITY tar "<application>tar</application>">
<!ENTITY tex "<application>tex</application>">