mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
7 lines
146 B
Bash
Executable file
7 lines
146 B
Bash
Executable file
#!/usr/bin/bash
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$debug_cflags"
|
|
extra_configs="$debug_configs $max_configs"
|
|
|
|
. "$path/FINISH.sh"
|