2003-03-03 23:04:36 -05:00
|
|
|
#! /bin/sh
|
|
|
|
|
2003-04-24 18:15:52 -04:00
|
|
|
# debug
|
|
|
|
#set -x
|
|
|
|
|
|
|
|
# stop on errors
|
|
|
|
set -e
|
|
|
|
|
2003-03-03 23:04:36 -05:00
|
|
|
path=`dirname $0`
|
|
|
|
. $path/compile-netware-START
|
|
|
|
|
|
|
|
suffix="debug"
|
|
|
|
|
|
|
|
extra_configs=" \
|
|
|
|
--with-innodb \
|
|
|
|
--with-debug=full \
|
|
|
|
"
|
|
|
|
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|
|
|
|
|