mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
a847042f53
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
9 lines
156 B
Bash
Executable file
9 lines
156 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags"
|
|
extra_configs="$pentium_configs --without-berkeley-db"
|
|
|
|
. "$path/FINISH.sh"
|