diff options
author | monty@mysql.com <> | 2004-06-29 18:19:35 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-06-29 18:19:35 +0300 |
commit | 93d0736e96b3deddbd37df81351217e53f30c845 (patch) | |
tree | 6271c806d4991b9596f5701be9aabaff5ddca9e1 /netware/BUILD | |
parent | 152528b66943e744efce41222ac2be6436bb4630 (diff) | |
download | mariadb-git-93d0736e96b3deddbd37df81351217e53f30c845.tar.gz |
Apply patch from Novell
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' |