summaryrefslogtreecommitdiffstats
path: root/doc/scons.mod
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-16 15:27:15 (GMT)
committerSteven Knight <knight@baldmt.com>2010-01-16 15:27:15 (GMT)
commitefaa16e2305f89aae46bc55812445e581afaa547 (patch)
tree42c87d444256993c40d4549a5f440200da7c9b2d /doc/scons.mod
parent74bfce90f9b2af841e6291274c066e91f4a32ae7 (diff)
downloadSCons-efaa16e2305f89aae46bc55812445e581afaa547.zip
SCons-efaa16e2305f89aae46bc55812445e581afaa547.tar.gz
SCons-efaa16e2305f89aae46bc55812445e581afaa547.tar.bz2
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 d868909..f8d1fe0 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>">