summaryrefslogtreecommitdiffstats
path: root/src/clean.cc
Commit message (Collapse)AuthorAgeFilesLines
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-15/+35
| | | | | | Clean all was not returning non-zero when an error occur (like when failing to remove a directory). This patch fix the problem and add a test for it.
* Add a test for the clean tool.Nicolas Despres2011-05-021-31/+52
| | | | It also fix a bug about the count of removed file reported.
* fix a signedness warningEvan Martin2011-04-291-1/+1
|
* Add the 'clean' tool.Nicolas Despres2011-04-261-0/+190
It removes built files either by rule or target or everything.