diff options
author | unknown <monty@mysql.com> | 2004-06-29 18:19:35 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-06-29 18:19:35 +0300 |
commit | d90a88a55b84189ade6a72de200b104537bbd97e (patch) | |
tree | 6271c806d4991b9596f5701be9aabaff5ddca9e1 /netware/BUILD | |
parent | 0c3d564aeb9ade80f82bb02da7cabeba716d32fc (diff) | |
download | mariadb-git-d90a88a55b84189ade6a72de200b104537bbd97e.tar.gz |
Apply patch from Novell
netware/init_db.sql:
Add time_zone tables
netware/mysql_test_run.c:
Portability fix (log -> log_msg)
Diffstat (limited to 'netware/BUILD')
-rwxr-xr-x | netware/BUILD/compile-linux-tools | 2 | ||||
-rwxr-xr-x | netware/BUILD/mwenv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools index 00d9d372063..70f07be649e 100755 --- a/netware/BUILD/compile-linux-tools +++ b/netware/BUILD/compile-linux-tools @@ -29,7 +29,7 @@ rm -f */*.linux ./configure --without-innodb --without-docs # build tools only -make clean config.h +make clean all-local (cd dbug; make libdbug.a) (cd strings; make libmystrings.a) (cd mysys; make libmysys.a) diff --git a/netware/BUILD/mwenv b/netware/BUILD/mwenv index 22de9a4ad87..0acfd3aaf8f 100755 --- a/netware/BUILD/mwenv +++ b/netware/BUILD/mwenv @@ -13,7 +13,7 @@ export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib; export WINEPATH="$MYDEV/mw/bin" # the default added path is "$HOME/mydev/mysql-x.x-x/netware/BUILD" -export PATH="$PATH:/home/kp/mydev/mysql-VERSION/netware/BUILD" +export PATH="$PATH:BUILD_DIR/mysql-VERSION/netware/BUILD" export AR='mwldnlm' export AR_FLAGS='-type library -o' |