From 021b1a0ef93e9dde835854a398a83e9a814e2b6e Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 22 Oct 2004 02:11:51 -0400 Subject: 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 --- build/SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/SConstruct') 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. -- cgit v1.2.3