mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$alpha_cflags $fast_cflags"
|
|
extra_configs="$alpha_configs $static_link"
|
|
|
|
. "$path/FINISH.sh"
|