mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / netware / BUILD / compile-netware-START
blob8f828f34bd111ef2d8529c771cb5da77372d4a5f
1 #! /bin/sh
3 # debug
4 #set -x
6 # stop on errors
7 set -e
9 if test ! -r ./sql/mysqld.cc
10 then
11 echo "you must start from the top source directory"
12 exit 1
15 path=`dirname $0`
17 # stop on errors
18 set -e
20 base_configs=" \
21 --host=i686-pc-netware \
22 --enable-local-infile \
23 --with-extra-charsets=all \
24 --prefix=N:/mysql \
25 --without-mysqlmanager \
26 --without-man \