I made a stupid mistake when adding support for -use-gmake. ~PJ
authorPatrick Jenkins <pjenkins@apple.com>
Thu, 27 Jul 2006 01:24:35 +0000 (01:24 +0000)
committerPatrick Jenkins <pjenkins@apple.com>
Thu, 27 Jul 2006 01:24:35 +0000 (01:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29321 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 5216bd5630947a0531918389e4f590e97af67f23..59b460bdf62c7928d9f92cc6044f7ce82ac6e5cc 100755 (executable)
@@ -166,7 +166,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
        $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;