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

Patrick Jenkins pjenkins at apple.com
Wed Jul 26 18:24:49 PDT 2006



Changes in directory llvm/utils:

NewNightlyTest.pl updated: 1.28 -> 1.29
---
Log message:

I made a stupid mistake when adding support for -use-gmake. ~PJ


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

 NewNightlyTest.pl |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.28 llvm/utils/NewNightlyTest.pl:1.29
--- llvm/utils/NewNightlyTest.pl:1.28	Wed Jul 26 20:17:17 2006
+++ llvm/utils/NewNightlyTest.pl	Wed Jul 26 20:24:35 2006
@@ -166,7 +166,7 @@
 	$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
     }
     if (/^-use-gmake/)    {
-			$MAKECMD = "ARGV[0]"; shift; next;
+			$MAKECMD = "gmake"; shift; next;
     }
     if (/^-extraflags/)      {
 	$PROGTESTOPTS .= " EXTRA_FLAGS=\'$ARGV[0]\'"; shift; next;






More information about the llvm-commits mailing list