diff options
author | unknown <schwenke@lmy003.wdf.sap.corp> | 2005-05-18 15:28:51 +0200 |
---|---|---|
committer | unknown <schwenke@lmy003.wdf.sap.corp> | 2005-05-18 15:28:51 +0200 |
commit | 8141928907036aa8c14396fc2828e96ff259d6fc (patch) | |
tree | a50d6ae3feda04b1a4bb88cd5065af45f9d6f092 /BUILD/compile-sap-debug | |
parent | b51bd4efeb61cf6552ea2859ced8f2fb14a68e20 (diff) | |
download | mariadb-git-8141928907036aa8c14396fc2828e96ff259d6fc.tar.gz |
new build scripts for SAP team
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'BUILD/compile-sap-debug')
-rwxr-xr-x | BUILD/compile-sap-debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-sap-debug b/BUILD/compile-sap-debug new file mode 100755 index 00000000000..d7e70f868cc --- /dev/null +++ b/BUILD/compile-sap-debug @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link" + +. "$path/FINISH.sh" |