blob: eeb14310e4e0cb78712b4c040dffb9f22ed35559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $fast_cflags $wsrep_cflags"
extra_configs="$pentium_configs $wsrep_configs --with-wsrep"
#strip=yes
. "$path/FINISH.sh"
|