2005-12-30 17:06:00 +01:00
|
|
|
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/SETUP.sh"
|
2006-04-05 14:50:12 +02:00
|
|
|
extra_flags="$amd64_cflags $debug_cflags"
|
2005-12-30 17:06:00 +01:00
|
|
|
extra_configs="$amd64_configs $debug_configs $max_no_ndb_configs"
|
|
|
|
|
|
|
|
. "$path/FINISH.sh"
|