From: Bill Wendling Date: Wed, 26 Aug 2009 21:00:34 +0000 (+0000) Subject: Don't submit test directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8464f072350d7f8fc12180f0f2071fe2d08c928d Don't submit test directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80139 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 6e5131254cb..e3b334a045d 100644 --- a/utils/buildit/GNUmakefile +++ b/utils/buildit/GNUmakefile @@ -85,6 +85,7 @@ installsrc: -type f -a -name .DS_Store -o \ -name \*~ -o -name .\#\* \) \ -exec rm -rf {} \; + rm -rf "$(SRCROOT)/test" #######################################################################