summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2002-02-16 11:32:06 -0700
committerunknown <sasha@mysql.sashanet.com>2002-02-16 11:32:06 -0700
commit4e806126da2b0da495ba45899a15b0289384bdc3 (patch)
tree11aa4f519717228eb4e5fcb3392004bb25fa677b /Build-tools/Do-all-build-steps
parent9f7fe921c417a1888bac6d6a0c3ba69125afb845 (diff)
downloadmariadb-git-4e806126da2b0da495ba45899a15b0289384bdc3.tar.gz
updated build scripts for new Linux build
Build-tools/Do-all-build-steps: pass parameters to Do-rpm Build-tools/Do-compile: with-other-libc option Build-tools/Do-rpm: make it "automagically" work on SuSE as well as RedHat strings/Makefile.am: added t_ctype.h to the distribution for now - permanent fix to come later support-files/mysql.spec.sh: changed build to use --with-other-libc
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 c236fe20f99..eb14b7105cd 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -72,7 +72,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