Removed a directive to delete the test subdirectories
authorSean Callanan <scallanan@apple.com>
Thu, 4 Oct 2012 22:37:53 +0000 (22:37 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 4 Oct 2012 22:37:53 +0000 (22:37 +0000)
from LLVM and Clang.  This made "svn update" very
unpleasant if the original repository was fetched by
build-llvm.pl.

llvm-svn: 165268

lldb/scripts/build-llvm.pl

index c5e6e14..11ad9e5 100644 (file)
@@ -129,9 +129,6 @@ else
     {
         do_command ("cd '$llvm_srcroot/tools/clang' && patch -p0 < $patch");
     }
-    
-    print "Removing the llvm/test and llvm/tools/clang/test directories...\n";
-    do_command ("cd '$llvm_srcroot' && rm -rf test && rm -rf tools/clang/test ", "removing test directories", 1); 
 }
 
 # If our output file already exists then we need not generate it again.