summaryrefslogtreecommitdiff
path: root/Build-tools/Do-linux-build
diff options
context:
space:
mode:
Diffstat (limited to 'Build-tools/Do-linux-build')
-rwxr-xr-xBuild-tools/Do-linux-build18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build-tools/Do-linux-build b/Build-tools/Do-linux-build
new file mode 100755
index 00000000000..e5b0a49fe75
--- /dev/null
+++ b/Build-tools/Do-linux-build
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+set -e -x
+OTHER_LIBC_DIR=/usr/local/mysql-glibc
+
+BUILD/compile-pentium-max --with-other-libc=$OTHER_LIBC_DIR \
+ --with-comment="Official MySQL Binary" \
+ --prefix=/usr/local/mysql --with-extra-charset=complex \
+ --enable-thread-safe-client --enable-local-infile \
+ --with-server-suffix=-max
+scripts/make_binary_distribution
+make dist
+Build-tools/Do-rpm --local
+BUILD/compile-pentium --with-other-libc=$OTHER_LIBC_DIR \
+ --with-comment="Official MySQL Binary" \
+ --prefix=/usr/local/mysql --with-extra-charset=complex \
+ --enable-thread-safe-client --enable-local-infile
+scripts/make_binary_distribution