mariadb/BUILD/compile-alpha-debug
unknown 60f0cd8b13 BUILD scripts: s/(dist)?clean/maintainer-clean/
BUILD/FINISH.sh:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-ccc:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-cxx:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-debug:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-dist:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-hpux11-parisc2-aCC:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-ia64-debug-max:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-irix-mips64-mipspro:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-pentium-pgcc:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-solaris-sparc-forte:
  s/(dist)?clean/maintainer-clean/
BUILD/compile-solaris-sparc-purify:
  s/(dist)?clean/maintainer-clean/
2007-01-28 21:09:54 +01:00

12 lines
414 B
Bash
Executable file

#! /bin/sh
/bin/rm -f */.deps/*.P */*.o
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
path=`dirname $0`
. "$path/autorun.sh"
CFLAGS=-O1 CC=gcc CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex --without-extra-tools
make