Applied Reid's patch. Long live Subversion!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2007-06-29 19:12:50 +00:00
parent 9c29bfbab1
commit eecd71151c

View File

@ -122,7 +122,7 @@ my $TestStartTime = gmtime() . "GMT<br>" . localtime() . " (local)";
$CONFIGUREARGS="";
$nickname="";
$NOTEST=0;
$USESVN=0;
$USESVN=1;
$NORUNNINGTESTS=0;
$MAKECMD="make";
$SUBMITSERVER = "llvm.org";
@ -170,7 +170,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
else { $GCCPATH=""; }
if (/^-cvstag/) { $CVSCOOPT .= " -r $ARGV[0]"; shift; next; }
else { $CVSCOOPT="";}
if (/^-usesvn/) { $USESVN = 1; }
if (/^-svnurl/) { $SVNURL = $ARGV[0]; shift; next; }
if (/^-target/) { $CONFIGUREARGS .= " --target=$ARGV[0]";
shift; next; }