summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-12-13 18:30:10 +0200
committerunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-12-13 18:30:10 +0200
commit120466962061ba50d5de5326258c15848bcc2910 (patch)
tree6aa9e75ff46f35e765edb4f3db321cc710d5dfd5 /netware
parent4fc6562f6604dca883e6cc7df894b25f976c3ce4 (diff)
downloadmariadb-git-120466962061ba50d5de5326258c15848bcc2910.tar.gz
Minor Netware specific changes.
netware/BUILD/compile-linux-tools: Fixed compilation problem with Linux tools. scripts/make_binary_distribution.sh: Netware specific changes. Discard platform specific files and added a couple of missing files. sql/tztime.cc: Code not ported to Netware yet.
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/BUILD/compile-linux-tools5
1 files changed, 3 insertions, 2 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools
index 744bb1d4c3d..c67830be7ed 100755
--- a/netware/BUILD/compile-linux-tools
+++ b/netware/BUILD/compile-linux-tools
@@ -28,7 +28,8 @@ rm -f */*.linux
./configure --without-innodb --without-docs
# build tools only
-make clean all-local
+make clean
+make
(cd dbug; make libdbug.a)
(cd strings; make libmystrings.a)
(cd mysys; make libmysys.a)
@@ -53,7 +54,7 @@ make clean all-local
# copying required linux tools
cp extra/comp_err extra/comp_err.linux
cp libmysql/conf_to_src libmysql/conf_to_src.linux
-cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux
+#cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux
cp sql/gen_lex_hash sql/gen_lex_hash.linux
cp strings/conf_to_src strings/conf_to_src.linux