summaryrefslogtreecommitdiff
path: root/BUILD/compile-sap
diff options
context:
space:
mode:
authorunknown <schwenke@lmy003.wdf.sap.corp>2005-05-18 15:28:51 +0200
committerunknown <schwenke@lmy003.wdf.sap.corp>2005-05-18 15:28:51 +0200
commita847042f533973965cb5027a4d54da498e952a34 (patch)
treea50d6ae3feda04b1a4bb88cd5065af45f9d6f092 /BUILD/compile-sap
parent9b07cafe1e7a1230218c06f85b88f68b5741c9ef (diff)
downloadmariadb-git-a847042f533973965cb5027a4d54da498e952a34.tar.gz
new build scripts for SAP team
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'BUILD/compile-sap')
-rwxr-xr-xBUILD/compile-sap9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-sap b/BUILD/compile-sap
new file mode 100755
index 00000000000..376afaf6f56
--- /dev/null
+++ b/BUILD/compile-sap
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium_cflags"
+extra_configs="$pentium_configs --without-berkeley-db"
+
+. "$path/FINISH.sh"