summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorschwenke@lmy003.wdf.sap.corp <>2005-05-18 15:34:49 +0200
committerschwenke@lmy003.wdf.sap.corp <>2005-05-18 15:34:49 +0200
commitca5b291be0dcd9eef373bbcb3663976fe0ef2dbc (patch)
tree98fefa50c3a7a5f6cc7ee24426ee9289b1b0e7d8 /BUILD
parent8add105ff5060dc9abcbdd0a11783b78a0cb9cb3 (diff)
parentbadfc2e4a9a39da7d288a9c09e999334074426ad (diff)
downloadmariadb-git-ca5b291be0dcd9eef373bbcb3663976fe0ef2dbc.tar.gz
Merge aschwenke@bk-internal.mysql.com:/home/bk/mysql-5.0
into lmy003.wdf.sap.corp:/home/schwenke/Work/MySQL/bk-internal-tree/mysql-5.0
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-sap9
-rwxr-xr-xBUILD/compile-sap-debug9
2 files changed, 18 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"
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"