diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-10-22 02:11:51 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-10-22 02:11:51 -0400 |
commit | 021b1a0ef93e9dde835854a398a83e9a814e2b6e (patch) | |
tree | d409b654ed4fe1bf3ad257979cb3fcf7f25359b6 /build | |
parent | f267dc4a8729179ed99ec591af2ba434cb644755 (diff) | |
download | gem5-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/SConstruct | 2 |
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. |