2001-10-04 01:44:18 +02:00
|
|
|
gmake -k clean || true
|
2006-08-21 15:34:29 +02:00
|
|
|
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache
|
2001-10-04 01:44:18 +02:00
|
|
|
|
2005-05-18 13:23:29 +02:00
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/autorun.sh"
|
2001-10-04 01:44:18 +02:00
|
|
|
|
2005-01-31 21:17:34 +01:00
|
|
|
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
|
2001-10-04 01:44:18 +02:00
|
|
|
gmake
|