2001-11-28 02:47:15 +01:00
|
|
|
/bin/rm -f */.deps/*.P */*.o
|
2000-07-31 21:29:14 +02:00
|
|
|
make -k clean
|
2001-11-28 02:47:15 +01:00
|
|
|
/bin/rm -f */.deps/*.P */*.o
|
|
|
|
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/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
|