[cfe-commits] r85957 - /cfe/trunk/test/Makefile
Nuno Lopes
nunoplopes at sapo.pt
Tue Nov 3 14:21:28 PST 2009
Author: nlopes
Date: Tue Nov 3 16:21:28 2009
New Revision: 85957
URL: http://llvm.org/viewvc/llvm-project?rev=85957&view=rev
Log:
make 'make clean' clean everything
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=85957&r1=85956&r2=85957&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Tue Nov 3 16:21:28 2009
@@ -44,6 +44,6 @@
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
clean::
- @ rm -rf Output/
+ @ find -name Output | xargs rm -fr
.PHONY: all report clean
More information about the cfe-commits
mailing list