summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-cxx
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2005-04-27 22:46:20 +0200
committerunknown <guilhem@mysql.com>2005-04-27 22:46:20 +0200
commit4f25da3d0411136f7916adf1c4e55a0346ecf199 (patch)
treee49715372a12c862bb99b53c2518c0889de855a9 /BUILD/compile-alpha-cxx
parent370f1934b6c91414c44e2f35b7c130201489ffcb (diff)
downloadmariadb-git-4f25da3d0411136f7916adf1c4e55a0346ecf199.tar.gz
update of BUILD/* scripts to storage/ directory structure (they didn't work anymore)
BUILD/FINISH.sh: update to storage/ directory structure BUILD/compile-alpha-cxx: update to storage/ directory structure BUILD/compile-alpha-debug: update to storage/ directory structure BUILD/compile-dist: update to storage/ directory structure BUILD/compile-hpux11-parisc2-aCC: update to storage/ directory structure BUILD/compile-ia64-debug-max: update to storage/ directory structure BUILD/compile-irix-mips64-mipspro: update to storage/ directory structure BUILD/compile-pentium-pgcc: update to storage/ directory structure BUILD/compile-solaris-sparc-debug: update to storage/ directory structure BUILD/compile-solaris-sparc-forte: update to storage/ directory structure BUILD/compile-solaris-sparc: update to storage/ directory structure BUILD/compile-solaris-sparc-purify: update to storage/ directory structure
Diffstat (limited to 'BUILD/compile-alpha-cxx')
-rwxr-xr-xBUILD/compile-alpha-cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx
index a342d927868..c6344b1bbe4 100755
--- a/BUILD/compile-alpha-cxx
+++ b/BUILD/compile-alpha-cxx
@@ -1,7 +1,7 @@
/bin/rm -f */.deps/*.P */*.o
make -k clean
/bin/rm -f */.deps/*.P */*.o
-/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz
+/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache storage/bdb/build_unix/config.cache mysql-*.tar.gz
aclocal; autoheader; aclocal; automake; autoconf
CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools --disable-dependency-tracking