summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <marty@shark.>2004-12-20 13:48:08 +0100
committerunknown <marty@shark.>2004-12-20 13:48:08 +0100
commit79269b6bc3e6de9d241af0462074f4a249158f14 (patch)
tree0654f2ba780e6dd756fa0b8206cf007d331d72b0 /BUILD
parentce57eed7bba91deaa033adeecda880cfccc6e075 (diff)
downloadmariadb-git-79269b6bc3e6de9d241af0462074f4a249158f14.tar.gz
.del-compile-amd64-max~f3b2b8c5aefbeacb:
Delete: BUILD/compile-amd64-max BitKeeper/deleted/.del-compile-amd64-max~f3b2b8c5aefbeacb: Delete: BUILD/compile-amd64-max
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/compile-amd64-max17
1 files changed, 0 insertions, 17 deletions
diff --git a/BUILD/compile-amd64-max b/BUILD/compile-amd64-max
deleted file mode 100644
index 087dba7f94a..00000000000
--- a/BUILD/compile-amd64-max
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-
-path=`dirname $0`
-. "$path/SETUP.sh"
-amd64_cflags="-DBIG_TABLES"
-amd64_cxx_flags="-DBIG_TABLES"
-amd64_configs=""
-base_cxxflags="$amd64_cxx_flags $base_cxxflags"
-extra_flags="$amd64_cflags $fast_cflags -g"
-extra_configs="$amd64_configs"
-#strip=yes
-
-extra_configs="$extra_configs --with-innodb --with-berkeley-db \
- --with-embedded-server --enable-thread-safe-client \
- --with-openssl --with-vio --with-raid --with-ndbcluster"
-
-. "$path/FINISH.sh"