summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-debug-all
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-08-10 18:36:04 +0400
committerSergei Golubchik <sergii@pisem.net>2010-08-10 18:36:04 +0400
commit5cde0ca744b72dfd36f4ed0a13269b1d3f48de54 (patch)
tree079786cfe3fcb34f7dede6e9612f4c55637c3ebf /BUILD/compile-amd64-debug-all
parent096666fcbbf0329676cfd1d8623c1503613f1570 (diff)
downloadmariadb-git-5cde0ca744b72dfd36f4ed0a13269b1d3f48de54.tar.gz
created *-all build scripts that build with ndb
(as -max scripts don't)
Diffstat (limited to 'BUILD/compile-amd64-debug-all')
-rwxr-xr-xBUILD/compile-amd64-debug-all7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-debug-all b/BUILD/compile-amd64-debug-all
new file mode 100755
index 00000000000..b8b2ed05402
--- /dev/null
+++ b/BUILD/compile-amd64-debug-all
@@ -0,0 +1,7 @@
+#! /bin/sh
+path=`dirname $0`
+. "$path/SETUP.sh"
+extra_flags="$amd64_cflags $debug_cflags"
+extra_configs="$amd64_configs $debug_configs $all_configs"
+
+. "$path/FINISH.sh"