Bug #337
scons -c doesn't seem to do anything
Start date:
23 February 2011
Due date:
% Done:
100%
Estimated time:
Workflow:
Description
Should do a "make clean" but as far as I can see, it doesn't
Related issues
Updated by Tunnell, Christopher almost 13 years ago
- Category set to Build System
- Target version set to MAUS-v0.0.1
I think 'clean' means that it cleans the dependency tree:
http://stackoverflow.com/questions/2473808/scons-does-not-clean-all-files
what do you want scons clean to do?
Updated by Rogers, Chris almost 13 years ago
I think normally 'make clean' removes executable and object files - returns to source code only. Maybe just comes from bad old days when you want to revert to a source distribution when make hasn't seen updates properly (as occasionally happened), so that you can redo the make command.
Updated by Tunnell, Christopher almost 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r351.