mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
34efa902b0
- consolidate common functionality into one place - make them detect gmake/make
9 lines
184 B
Bash
Executable file
9 lines
184 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage"
|
|
extra_configs="$pentium_configs $debug_configs"
|
|
|
|
. "$path/FINISH.sh"
|