1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Applied Reid's patch. Long live Subversion!

llvm-svn: 37812
This commit is contained in:
John Criswell 2007-06-29 19:12:50 +00:00
parent f45b7714f4
commit 5e067e8643

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; }