2000-12-18 22:24:19 +01:00
|
|
|
#! /bin/sh
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2001-08-11 10:24:43 +02:00
|
|
|
gmake -k clean || true
|
|
|
|
/bin/rm -f */.deps/*.P config.cache
|
|
|
|
|
2005-05-18 13:23:29 +02:00
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/autorun.sh"
|
|
|
|
|
2002-12-04 16:40:37 +01:00
|
|
|
CFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa" CXX=gcc CXXFLAGS="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa -g" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client
|
2000-12-18 22:24:19 +01:00
|
|
|
|
2001-08-11 10:24:43 +02:00
|
|
|
gmake -j 4
|