projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989562b
)
Put sconsign in bulid dir.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 18 Jun 2006 16:30:24 +0000
(12:30 -0400)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 18 Jun 2006 16:30:24 +0000
(12:30 -0400)
--HG--
extra : convert_revision :
e1be318e99037842501306e7c35cf4d6690ebdce
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 8ddd07c6362d6ce961b30965bf85d096b98f8422..1c9beea1d3695f0f6a35433409e74d76aa8764d7 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-159,7
+159,7
@@
env = Environment(ENV = os.environ, # inherit user's environment vars
ROOT = ROOT,
SRCDIR = SRCDIR)
-env.SConsignFile(
"sconsign"
)
+env.SConsignFile(
os.path.join(build_root,"sconsign")
)
# Default duplicate option is to use hard links, but this messes up
# when you use emacs to edit a file in the target dir, as emacs moves