]> granicus.if.org Git - clang/commitdiff
make 'make clean' clean everything
authorNuno Lopes <nunoplopes@sapo.pt>
Tue, 3 Nov 2009 22:21:28 +0000 (22:21 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Tue, 3 Nov 2009 22:21:28 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85957 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 57291429f95860571cc9e12e34c87bfe438fdd79..75b86011901bcea3ee3cbbfd01e23eaf0366181c 100644 (file)
@@ -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