Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/2946

Change subject: scons: Group Source-s based on what SConscript included them.
......................................................................

scons: Group Source-s based on what SConscript included them.

The groups won't be perfectly balanced or optimally planned, but this
requires no thought and breaks the object files down into a reasonable
number of reasonably sized groups.

Change-Id: I6542fc807aaf356a9be751093f68e2e29f0b1586
---
M src/SConscript
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/src/SConscript b/src/SConscript
index 99f986a..3742cdd 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -359,6 +359,7 @@

     if 'SConscript' in files:
         build_dir = joinpath(env['BUILDDIR'], root[len(base_dir) + 1:])
+        Source.set_group(build_dir)
         SConscript(joinpath(root, 'SConscript'), variant_dir=build_dir)

 for extra_dir in extras_dir_list:

--
To view, visit https://gem5-review.googlesource.com/2946
To unsubscribe, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6542fc807aaf356a9be751093f68e2e29f0b1586
Gerrit-Change-Number: 2946
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to