summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2002-03-01 19:36:46 -0700
committersasha@mysql.sashanet.com <>2002-03-01 19:36:46 -0700
commitaa67831207689d9f4c2579508f8c0b9fd91135b7 (patch)
treedd5cbc9c1cf52f454bd88e24e1401696ae7da26c /Build-tools/Do-all-build-steps
parentfdb0e646cd9c1267dc83871e50bdc03875ec3636 (diff)
parent8c01c96f90c3d017864c34c55a75a10514be00f9 (diff)
downloadmariadb-git-aa67831207689d9f4c2579508f8c0b9fd91135b7.tar.gz
merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty gets back
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-xBuild-tools/Do-all-build-steps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index a9989aae768..8ff8851aecd 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -76,7 +76,7 @@ gmake -j 2
time gmake -j 2 distcheck \
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory $EXTRA_CONFIG"
-sh $BD/Build-tools/Do-rpm
+sh $BD/Build-tools/Do-rpm $*
rm -f $TMP_SCRIPT
END