scons: Avoid implicit command dependencies
Review Request #2546 - Created Nov. 30, 2014 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10596:e11212a0ca94 --------------------------- scons: Avoid implicit command dependencies Work around a bug in scons that causes the param wrappers being compiled twice. The easiest way for us to do so is to tell scons to ignore implicit command dependencies.
Posted (Dec. 1, 2014, 7:17 a.m.)
So how does this work? The link certainly describes the relevant bug, but it doesn't mention the solution used here. (I can sort of piece it together, but it would be nice to have a link to something that actually discusses how this workaround addresses the bug.)
-
SConstruct (Diff revision 1) -
space after comma
Review request changed
Updated (Dec. 5, 2014, 12:44 a.m.)
Description: |
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+4 -1) |
Posted (Jan. 13, 2015, 2:53 p.m.)
I suspect I am the only one annoyed by this...unless someone else feels the same I will discard the patch.
