summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-17 19:00:39 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-17 19:00:39 (GMT)
commit39df5bda1a547cb8b70cf8a71e6b7fa8a43df723 (patch)
treedb3f38fb056dd425a3c21fa50b374724c950c692 /SConstruct
parent3fc140ef8604b1099b44ecdbd3a74ab73fff6d7c (diff)
downloadSCons-39df5bda1a547cb8b70cf8a71e6b7fa8a43df723.zip
SCons-39df5bda1a547cb8b70cf8a71e6b7fa8a43df723.tar.gz
SCons-39df5bda1a547cb8b70cf8a71e6b7fa8a43df723.tar.bz2
Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's swallowing of interrupts. Update various tests.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index be557ef..c4c99b3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -247,6 +247,10 @@ def SCons_revision(target, source, env):
revbuilder = Builder(action = Action(SCons_revision,
varlist=['COPYRIGHT', 'VERSION']))
+# When copying local files from a Repository (Aegis),
+# just make copies, don't symlink them.
+SetOption('duplicate', 'copy')
+
env = Environment(
ENV = ENV,