scons: show sources and targets when building, and colorize output.
I like the brevity of Ali's recent change, but the ambiguity of sometimes showing the source and sometimes the target is a little confusing. This patch makes scons typically list all sources and all targets for each action, with the common path prefix factored out for brevity. It's a little more verbose now but also more informative. Somehow Ali talked me into adding colors too, which is a whole 'nother story.
This commit is contained in:
@@ -60,6 +60,7 @@ PySource('m5.util', 'm5/util/multidict.py')
|
||||
PySource('m5.util', 'm5/util/orderdict.py')
|
||||
PySource('m5.util', 'm5/util/smartdict.py')
|
||||
PySource('m5.util', 'm5/util/sorteddict.py')
|
||||
PySource('m5.util', 'm5/util/terminal.py')
|
||||
|
||||
SwigSource('m5.internal', 'swig/core.i')
|
||||
SwigSource('m5.internal', 'swig/debug.i')
|
||||
|
||||
Reference in New Issue
Block a user