mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
8 lines
158 B
Bash
Executable file
8 lines
158 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$amd64_cflags $fast_cflags -g"
|
|
extra_configs="$amd64_configs $max_configs"
|
|
|
|
. "$path/FINISH.sh"
|