diff -r b58109b7b321 -r af1a779a7f1a ct-ng.in --- a/ct-ng.in Sat Aug 14 16:37:11 2010 +0200 +++ b/ct-ng.in Tue Oct 05 23:59:16 2010 +0200 @@ -171,6 +171,6 @@ distclean:: clean @$(ECHO) " CLEAN .config" $(SILENT)rm -f .config .config.* ..config* - @$(ECHO) " CLEAN targets" - $(SILENT)chmod -R u+w targets >/dev/null 2>&1 || true - $(SILENT)rm -rf targets + @$(ECHO) " CLEAN build dir" + $(SILENT)chmod -R u+w targets .build + $(SILENT)rm -rf targets .build