mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
Change mode to -rwxrwxr-x netware/BUILD/compile-AUTOTOOLS: Change mode to -rwxrwxr-x netware/BUILD/compile-linux-tools: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-END: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-START: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-all: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-debug: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-standard: Change mode to -rwxrwxr-x netware/BUILD/mwasmnlm: Change mode to -rwxrwxr-x netware/BUILD/mwccnlm: Change mode to -rwxrwxr-x netware/BUILD/mwenv: Change mode to -rwxrwxr-x netware/BUILD/mwldnlm: Change mode to -rwxrwxr-x netware/BUILD/nwbootstrap: Change mode to -rwxrwxr-x
24 lines
295 B
Bash
Executable File
24 lines
295 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#debug
|
|
#set -x
|
|
|
|
if test ! -r ./sql/mysqld.cc
|
|
then
|
|
echo "you must start from the top source directory"
|
|
exit 1
|
|
fi
|
|
|
|
path=`dirname $0`
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
base_configs=" \
|
|
--host=i686-pc-netware \
|
|
--enable-local-infile \
|
|
--with-extra-charsets=all \
|
|
--prefix=N:/mysql \
|
|
"
|
|
|