diff options
author | unknown <tulin@dl145c.mysql.com> | 2005-05-18 22:26:23 +0200 |
---|---|---|
committer | unknown <tulin@dl145c.mysql.com> | 2005-05-18 22:26:23 +0200 |
commit | 024e1d1bce4a95555b6eff511094258a1f263352 (patch) | |
tree | d7d25b0632c9a5473f4af7b1b2c772b0e543f694 /BUILD/compile-ia64-debug-max | |
parent | 2fe8cc51aad5fb7958a90ea8be3667f1e23b0ea5 (diff) | |
parent | 6f7bccd1aca31045e2678159e2e931d2e94f54dd (diff) | |
download | mariadb-git-024e1d1bce4a95555b6eff511094258a1f263352.tar.gz |
merge
BitKeeper/etc/logging_ok:
auto-union
BUILD/compile-alpha-cxx:
Auto merged
BUILD/compile-alpha-debug:
Auto merged
configure.in:
Auto merged
sql/handler.cc:
Auto merged
sql/handler.h:
Auto merged
sql/item.cc:
Auto merged
sql/mysql_priv.h:
Auto merged
sql/mysqld.cc:
Auto merged
sql/sql_acl.cc:
Auto merged
sql/sql_base.cc:
Auto merged
sql/sql_insert.cc:
Auto merged
sql/sql_lex.cc:
Auto merged
sql/sql_lex.h:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_select.cc:
Auto merged
sql/sql_update.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
Diffstat (limited to 'BUILD/compile-ia64-debug-max')
-rwxr-xr-x | BUILD/compile-ia64-debug-max | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-ia64-debug-max b/BUILD/compile-ia64-debug-max index 9e1628a3641..d5f931c8d51 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 storage/innobase/config.cache storage/bdb/build_unix/config.cache -aclocal && autoheader && aclocal && automake && autoconf -(cd storage/bdb/dist && sh s_all) -(cd storage/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 |