mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
new build scripts for SAP team
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
9b07cafe1e
commit
a847042f53
3 changed files with 20 additions and 0 deletions
9
BUILD/compile-sap
Executable file
9
BUILD/compile-sap
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
extra_flags="$pentium_cflags"
|
||||
extra_configs="$pentium_configs --without-berkeley-db"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
9
BUILD/compile-sap-debug
Executable file
9
BUILD/compile-sap-debug
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
extra_flags="$pentium_cflags $debug_cflags"
|
||||
extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue