[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Jul 28 21:27:48 PDT 2006



Changes in directory llvm/utils:

NewNightlyTest.pl updated: 1.35 -> 1.36
---
Log message:

fix externals

---
Diffs of the changes:  (+2 -2)

 NewNightlyTest.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.35 llvm/utils/NewNightlyTest.pl:1.36
--- llvm/utils/NewNightlyTest.pl:1.35	Thu Jul 27 20:06:18 2006
+++ llvm/utils/NewNightlyTest.pl	Fri Jul 28 23:27:34 2006
@@ -138,8 +138,8 @@
     if (/^-f2c$/)            {
 	$CONFIGUREARGS .= " --with-f2c=$ARGV[0]"; shift; next;
     }
-    if (/^-with-externals/)  {
-	$CONFIGUREARGS .= "--with-externals=$ARGV[0]"; shift; next;
+    if (/^-with-externals$/)  {
+	$CONFIGUREARGS .= " --with-externals=$ARGV[0]"; shift; next;
     }
     if (/^-nickname$/)   	{ $nickname = "$ARGV[0]"; shift; next; }
     if (/^-gccpath/)         { $CONFIGUREARGS .= 






More information about the llvm-commits mailing list