From 8464f072350d7f8fc12180f0f2071fe2d08c928d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Aug 2009 21:00:34 +0000 Subject: [PATCH] Don't submit test directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80139 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/buildit/GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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" ####################################################################### -- 2.34.1