mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
9 lines
157 B
Bash
Executable file
9 lines
157 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$ppc_cflags $fast_cflags -g"
|
|
extra_configs="$extra_configs $max_configs"
|
|
|
|
. "$path/FINISH.sh"
|