1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/BUILD/compile-sap
schwenke@lmy003.wdf.sap.corp badfc2e4a9 new build scripts for SAP team
2005-05-18 15:28:51 +02:00

10 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"