Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/42587 )

Change subject: scons,util: Make the tlm SConstruct put SConsign in the build dir.
......................................................................

scons,util: Make the tlm SConstruct put SConsign in the build dir.

Otherwise it ends up in the root of the source directory which makes it
harder to blast everything and do a truly clean build.

Change-Id: Id1e948b9059aaab0814c19c0cfb6ed611bf14d08
---
M util/tlm/SConstruct
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/util/tlm/SConstruct b/util/tlm/SConstruct
index 695c5e3..f1e057d 100644
--- a/util/tlm/SConstruct
+++ b/util/tlm/SConstruct
@@ -78,6 +78,7 @@
 AddOption('--no-colors', dest='use_colors', action='store_false',
           help="Don't add color to abbreviated scons output")

+main.SConsignFile('build/systemc/sconsign')
 SConscript(gem5_root + '/ext/systemc/SConscript',
            variant_dir='build/systemc',
            exports='main')

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/42587
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Id1e948b9059aaab0814c19c0cfb6ed611bf14d08
Gerrit-Change-Number: 42587
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to