aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-11-03 22:21:28 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-11-03 22:21:28 +0000
commit320bd8fdc6e07f260647401e7ad1a54a14fab5a1 (patch)
tree53025de7af392104838fdb6f488976028b02995c
parentfbf6870f5931f7a4b6632b3594cde28b48cffb9d (diff)
make 'make clean' clean everything
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 57291429f9..75b8601190 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,6 +44,6 @@ lit.site.cfg: FORCE
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
clean::
- @ rm -rf Output/
+ @ find -name Output | xargs rm -fr
.PHONY: all report clean