summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-START
blob: ceac111b36c5ba63f7ed690a9880027662cb29e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /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=latin1_de \
	--prefix=N:/mysql \
	"