make all signatures go into a single file that's at the top
authorNathan Binkert <binkertn@umich.edu>
Fri, 22 Oct 2004 06:11:51 +0000 (02:11 -0400)
committerNathan Binkert <binkertn@umich.edu>
Fri, 22 Oct 2004 06:11:51 +0000 (02:11 -0400)
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

build/SConstruct

index 6a629c06486114d8f43be402f852c390cd0b2e7f..6b71fa585d48f7f9b9e6735d0a31a095d7437b32 100644 (file)
@@ -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.