diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-12-13 18:30:10 +0200 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-12-13 18:30:10 +0200 |
commit | 32466b14fbc46fe5e8c542e45911f0480d6a33c0 (patch) | |
tree | 6aa9e75ff46f35e765edb4f3db321cc710d5dfd5 /netware | |
parent | 2692cdb0710e3e34b946e612d546e39be1f4e4d4 (diff) | |
download | mariadb-git-32466b14fbc46fe5e8c542e45911f0480d6a33c0.tar.gz |
Minor Netware specific changes.
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/compile-linux-tools | 5 |
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 |