I'm guessing this is an unintended side effect of the recent scons revamp in http://repo.gem5.org/gem5/rev/be0e1724eb39. Curtis, can you or someone else comment on that?
However, I never use 'scons -c' myself anyway. First, scons almost always does a good job of figuring out dependencies, so a clean rebuild is very rarely necessary. Second, when you really do need a clean rebuild, doing 'rm -rf build/ARM' or 'rm -rf build' is much faster and guaranteed to be thorough, but doesn't remove anything you might want to keep (like your sticky variable settings). Steve On Sun, May 25, 2014 at 2:00 PM, Zi Yan@Gmail <[email protected]> wrote: > Hi all, > > I was trying to clean up build/ARM/gem5.debug, but > after I use scons -c build/ARM/gem5.debug, only > build/ARM/arch/arm/generated/inc.d is removed. > > It used to remove all the object files. Am I doing > anything wrong? > > I also tested it for X86, the problem remains. > And I am in the most recent change set: 10230, > date: May 24 21:30:46 2014 > > Thanks. > > -- > Best Regards, > Yan Zi > > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
