mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
34efa902b0
- consolidate common functionality into one place - make them detect gmake/make
12 lines
183 B
Bash
Executable file
12 lines
183 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs --without-server"
|
|
|
|
make=no
|
|
strip=yes
|
|
|
|
. "$path/FINISH.sh"
|