projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd4691
)
I made a stupid mistake when adding support for -use-gmake. ~PJ
author
Patrick Jenkins
<pjenkins@apple.com>
Thu, 27 Jul 2006 01:24:35 +0000
(
01:24
+0000)
committer
Patrick 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
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 5216bd5630947a0531918389e4f590e97af67f23..59b460bdf62c7928d9f92cc6044f7ce82ac6e5cc 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-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;