summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-10-22 02:11:51 -0400
committerNathan Binkert <binkertn@umich.edu>2004-10-22 02:11:51 -0400
commit021b1a0ef93e9dde835854a398a83e9a814e2b6e (patch)
treed409b654ed4fe1bf3ad257979cb3fcf7f25359b6 /build
parentf267dc4a8729179ed99ec591af2ba434cb644755 (diff)
downloadgem5-021b1a0ef93e9dde835854a398a83e9a814e2b6e.tar.xz
make all signatures go into a single file that's at the top
of the build directory. This makes it so that scons won't leave the .sconsign turds all over the source tree. --HG-- extra : convert_revision : d530ed3eaed73c7ce2d21c7391f815051a37b500
Diffstat (limited to 'build')
-rw-r--r--build/SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/SConstruct b/build/SConstruct
index 6a629c064..6b71fa585 100644
--- a/build/SConstruct
+++ b/build/SConstruct
@@ -239,6 +239,8 @@ default_env = Environment(ENV = os.environ, # inherit user's enviroment vars
FULL_SYSTEM = False,
USE_MYSQL = False)
+default_env.SConsignFile("sconsign")
+
# For some reason, the CC and CXX variables don't get passed into the
# environment correctly. This is probably some sort of scons bug that
# will eventually be fixed.