mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Minor Netware specific changes.
netware/BUILD/compile-linux-tools: Fixed compilation problem with Linux tools. scripts/make_binary_distribution.sh: Netware specific changes. Discard platform specific files and added a couple of missing files. sql/tztime.cc: Code not ported to Netware yet.
This commit is contained in:
@@ -177,6 +177,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then
|
||||
libname=`basename $i .a`
|
||||
$MV $i $BASE/lib/$libname.lib
|
||||
done
|
||||
rm -f $BASE/lib/*.la
|
||||
fi
|
||||
|
||||
copyfileto $BASE/include config.h include/*
|
||||
@@ -266,6 +267,9 @@ if [ $BASE_SYSTEM = "netware" ] ; then
|
||||
$BASE/support-files/mysql*.spec \
|
||||
$BASE/support-files/mysql-log-rotate \
|
||||
$BASE/support-files/binary-configure \
|
||||
$BASE/support-files/build-tags \
|
||||
$BASE/support-files/MySQL-shared-compat.spec \
|
||||
$BASE/support-files/ndb-config-2-node.ini \
|
||||
$BASE/INSTALL-BINARY \
|
||||
$BASE/MySQLEULA.txt
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user