summaryrefslogtreecommitdiff
path: root/Build-tools/Do-rpm
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-12-13 18:23:55 -0700
committerunknown <sasha@mysql.sashanet.com>2000-12-13 18:23:55 -0700
commite842d46efa151e00e0998a3ad65f9c99b2e18519 (patch)
tree5ab0647c2a5502b00ddbacef80efb01f9985737b /Build-tools/Do-rpm
parent123946665cd437eb9249b500d710b4a5fcab39bc (diff)
downloadmariadb-git-e842d46efa151e00e0998a3ad65f9c99b2e18519.tar.gz
fixes for parallel make, re-added the lost README files in mysql-test
BUILD/compile-pentium-debug: fox for parallel make BUILD/compile-pentium-gcov: fix for parallel make BUILD/compile-pentium: fix to enable parallel make when recursing to subdirectories Build-tools/Do-all-build-steps: fix for parallel make, remove the stale comment to make Tim happy Build-tools/Do-rpm: fix for parallel make
Diffstat (limited to 'Build-tools/Do-rpm')
-rwxr-xr-xBuild-tools/Do-rpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-tools/Do-rpm b/Build-tools/Do-rpm
index f1847604840..e480a6f8344 100755
--- a/Build-tools/Do-rpm
+++ b/Build-tools/Do-rpm
@@ -19,6 +19,7 @@ DBD_MYSQL_VERSION="1.2209"
MAKERPM="$rpmdir/SOURCES/makerpm.pl"
#######################
+AM_MAKEFLAGS="-j 2"
VER=`grep "AM_INIT_AUTOMAKE(mysql, " $bpath/configure.in | \
sed -e 's;AM_INIT_AUTOMAKE(mysql, ;;' -e 's;);;'`