summaryrefslogtreecommitdiff
path: root/Build-tools/Do-linux-build
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-06-17 16:08:34 +0300
committerunknown <monty@hundin.mysql.fi>2002-06-17 16:08:34 +0300
commit9424f80f19a84eb667c3d588d8c0d19b833c7c28 (patch)
treee4d5406e65acbe043641f5915d4443ec98eb1c8c /Build-tools/Do-linux-build
parent4249f4cb72e29005d00f0049f4b322e7c759b88f (diff)
parentf97e1b6ae19ad9b3d3814edd2475c5a25a7ad9e8 (diff)
downloadmariadb-git-9424f80f19a84eb667c3d588d8c0d19b833c7c28.tar.gz
Merge with 3.23.52
BitKeeper/etc/logging_ok: auto-union Build-tools/Do-linux-build: Auto merged sql/opt_range.cc: Auto merged sql/sql_base.cc: Auto merged
Diffstat (limited to 'Build-tools/Do-linux-build')
-rwxr-xr-xBuild-tools/Do-linux-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Do-linux-build b/Build-tools/Do-linux-build
index a8b12d8b4ae..44a9ad05fa2 100755
--- a/Build-tools/Do-linux-build
+++ b/Build-tools/Do-linux-build
@@ -16,6 +16,7 @@ BUILD/compile-pentium-max $OTHER_LIBC \
--prefix=/usr/local/mysql --with-extra-charset=complex \
--enable-thread-safe-client --enable-local-infile \
--with-server-suffix=-max
+nm -n sql/mysqld | gzip -9 -v 2>&1 > sql/mysqld.sym.gz
scripts/make_binary_distribution
make dist
Build-tools/Do-rpm --local
@@ -23,4 +24,5 @@ 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
+nm -n sql/mysqld | gzip -9 -v 2>&1 > sql/mysqld.sym.gz
scripts/make_binary_distribution