-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1081/#review2275
-----------------------------------------------------------


Perhaps a better solution is to iterate through BUILD_TARGETS and try to 
identify for each one which environment it needs (e.g., looking for a suffix 
like '.debug' or '.do', or 'tests/debug' in the path), and if these heuristics 
fail then just fall back on including them all.


src/SConscript
<http://reviews.gem5.org/r/1081/#comment2701>

    Similarly to Gabe's point, I sometimes use scons to drive individual tests, 
like:
      scons 
build/ALPHA/tests/debug/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing
    so the -3 index isn't a given here either.
    


- Steve Reinhardt


On March 5, 2012, 7:21 p.m., Marc Orr wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/1081/
> -----------------------------------------------------------
> 
> (Updated March 5, 2012, 7:21 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Description
> -------
> 
> build scripts: Made minor modifications to reduce build overhead time.
> 
> 1. --implicit-cache behavior is default.
> 2. makeEnv in src/SConscript is conditionally called.
> 3. decider set to MD5-timestamp
> 4. NO_HTML build option changed to SLICC_HTML (defaults to False)
> 
> Changeset 8880:76a0a9c986fe
> ---------------------------
> imported patch buildFaster
> 
> 
> Diffs
> -----
> 
>   SConstruct 347fc850752ceaba43a975651340a49d8ac660e1 
>   src/SConscript 347fc850752ceaba43a975651340a49d8ac660e1 
>   src/mem/protocol/SConscript 347fc850752ceaba43a975651340a49d8ac660e1 
>   src/mem/protocol/SConsopts 347fc850752ceaba43a975651340a49d8ac660e1 
> 
> Diff: http://reviews.gem5.org/r/1081/diff/
> 
> 
> Testing
> -------
> 
> Ran ./util/regress. Seemed to behave as expected.
> 
> 
> Thanks,
> 
> Marc Orr
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to