summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-29 18:01:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-29 18:01:18 +0000
commit718996654b27d995ba64f45d11ab13cdb015805d (patch)
tree791bfd69ba905fb1cf2773745692433df9b90bbc /utils/NewNightlyTest.pl
parentce50a165c784d71abf1b2f981be18f867787d972 (diff)
downloadllvm-718996654b27d995ba64f45d11ab13cdb015805d.tar.gz
llvm-718996654b27d995ba64f45d11ab13cdb015805d.tar.bz2
llvm-718996654b27d995ba64f45d11ab13cdb015805d.tar.xz
Issue cvs co with -P option to prune empty directories. Remove the unnecessary
update stage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-xutils/NewNightlyTest.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index d59f1bc5d7..c3b51d5e8d 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -488,7 +488,7 @@ my $CVSOPT = "";
# Use compression if going over ssh.
$CVSOPT = "-z3"
if $CVSRootDir =~ /^:ext:/;
-my $CVSCMD = "$NICE cvs $CVSOPT -d $CVSRootDir co $CVSCOOPT";
+my $CVSCMD = "$NICE cvs $CVSOPT -d $CVSRootDir co -P $CVSCOOPT";
if (!$NOCHECKOUT) {
if ( $VERBOSE ) {
print "CHECKOUT STAGE:\n";
@@ -500,10 +500,6 @@ if (!$NOCHECKOUT) {
ChangeDir( $BuildDir , "CVS Checkout directory") ;
}
ChangeDir( "llvm" , "llvm source directory") ;
-if (!$NOCHECKOUT) {
- if ( $VERBOSE ) { print "UPDATE STAGE\n"; }
- system "$NICE cvs update -PdRA >> $CVSLog 2>&1" ;
-}
##############################################################
#