From 25eeddf112439390a8764400f0aea40c2e92dbf9 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. llvm-svn: 80139 --- llvm/utils/buildit/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/buildit/GNUmakefile b/llvm/utils/buildit/GNUmakefile index 6e5131254cb0..e3b334a045d1 100644 --- a/llvm/utils/buildit/GNUmakefile +++ b/llvm/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" #######################################################################