mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
- cleaned up BUILD scripts
- consolidate common functionality into one place
- make them detect gmake/make
This commit is contained in:
parent
5fdf032769
commit
34efa902b0
10 changed files with 110 additions and 85 deletions
|
|
@ -1,6 +1,12 @@
|
|||
make -k clean
|
||||
/bin/rm -f */.deps/*.P config.cache
|
||||
#! /bin/sh
|
||||
|
||||
aclocal; autoheader; aclocal; automake; autoconf
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-extra-charsets=complex --without-server
|
||||
extra_flags="$pentium_cflags $fast_cflags"
|
||||
extra_configs="$pentium_configs --without-server"
|
||||
|
||||
make=no
|
||||
strip=yes
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue