diff options
author | kent@mysql.com <> | 2006-06-17 00:30:02 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-06-17 00:30:02 +0200 |
commit | 392bb51f258605d9337845e49a09633a46c3fd66 (patch) | |
tree | ca6dadde4a9bb33009c0a907fbba960ad9d66ddf /netware | |
parent | 104748ddaf45a78d0d000900a546dd87737d142f (diff) | |
download | mariadb-git-392bb51f258605d9337845e49a09633a46c3fd66.tar.gz |
configure.in, net_serv.cc, compile-netware-END:
Changes for Netware
Diffstat (limited to 'netware')
-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 |