summaryrefslogtreecommitdiff
path: root/BUILD/compile-ia64-debug-max
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-05-18 15:23:29 +0400
committerkonstantin@mysql.com <>2005-05-18 15:23:29 +0400
commitf96de23ad3ce3c403ddc004aa11ba3b4d79e1969 (patch)
tree52f9eb17f30c9c21cde3075655335f314ba7ad91 /BUILD/compile-ia64-debug-max
parent56fa40e558851eed58b87a0a29c09008e8a80595 (diff)
downloadmariadb-git-f96de23ad3ce3c403ddc004aa11ba3b4d79e1969.tar.gz
Remove automatically generated autotools files from revision control.
Fix build scripts to create them.
Diffstat (limited to 'BUILD/compile-ia64-debug-max')
-rwxr-xr-xBUILD/compile-ia64-debug-max9
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-ia64-debug-max b/BUILD/compile-ia64-debug-max
index 56c36059ea9..5082844f088 100755
--- a/BUILD/compile-ia64-debug-max
+++ b/BUILD/compile-ia64-debug-max
@@ -1,13 +1,8 @@
gmake -k clean || true
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache
-aclocal && autoheader && aclocal && automake && autoconf
-(cd bdb/dist && sh s_all)
-(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
-if [ -d gemini ]
-then
- (cd gemini && aclocal && autoheader && aclocal && automake && autoconf)
-fi
+path=`dirname $0`
+. "$path/autorun.sh"
CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-debug --with-innodb --with-embedded-server --with-archive-storage-engine
gmake