diff options
author | unknown <kent@mysql.com> | 2006-06-17 00:30:02 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-06-17 00:30:02 +0200 |
commit | 91fb831076504e4760eb9bdfb1683d5221e1aeae (patch) | |
tree | ca6dadde4a9bb33009c0a907fbba960ad9d66ddf /netware/BUILD/compile-netware-END | |
parent | 12ea72d1b9c40ab39ef8ee98170edad72d7f2cca (diff) | |
download | mariadb-git-91fb831076504e4760eb9bdfb1683d5221e1aeae.tar.gz |
configure.in, net_serv.cc, compile-netware-END:
Changes for Netware
sql/net_serv.cc:
Netware needs <sys/select.h>
configure.in:
Call of "comp_err" has moved, changed code for Netware that
edits make files to reflect this
netware/BUILD/compile-netware-END:
After correcting "configure.in" to edit make files correctly,
removed obsolete "sed" of "extra/Makefile.am" for Netware
Diffstat (limited to 'netware/BUILD/compile-netware-END')
-rwxr-xr-x | netware/BUILD/compile-netware-END | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index f7da0d9596e..c5c08cea908 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -21,11 +21,6 @@ rm -rf Makefile.in.bk # run auto tools . $path/compile-AUTOTOOLS -# For NetWare there is no comp_err but comp_err.linux -sed -e "s/comp_err/comp_err.linux/g" extra/Makefile.am > extra/Makefile.am.$$ -sed -e "s/replace comp_err.linux/replace comp_err/g" extra/Makefile.am.$$ > extra/Makefile.am -rm extra/Makefile.am.$$ - # configure ./configure $base_configs $extra_configs |