From: Nathan Binkert Date: Fri, 22 Oct 2004 06:11:51 +0000 (-0400) Subject: make all signatures go into a single file that's at the top X-Git-Tag: m5_1.0_tutorial~164^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=021b1a0ef93e9dde835854a398a83e9a814e2b6e;p=gem5.git 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 --- 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.