2007-01-28 21:09:54 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
2001-11-28 02:47:15 +01:00
|
|
|
/bin/rm -f */.deps/*.P */*.o
|
2007-01-28 21:09:54 +01:00
|
|
|
make -k maintainer-clean
|
2001-11-28 02:47:15 +01:00
|
|
|
/bin/rm -f */.deps/*.P */*.o
|
2006-08-21 15:34:29 +02:00
|
|
|
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
|
2005-05-18 13:23:29 +02:00
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/autorun.sh"
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2001-11-28 02:47:15 +01:00
|
|
|
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
|
2000-07-31 21:29:14 +02:00
|
|
|
make
|