mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +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"
|
||||
|
|
@ -243,6 +243,8 @@ salle@geopard.online.bg
|
|||
salle@vafla.home
|
||||
salle@vafla.online.bg
|
||||
sasha@mysql.sashanet.com
|
||||
schwenke@lmy003.wdf.sap.corp
|
||||
schwenke@lmy003.xl.local
|
||||
serg@build.mysql.com
|
||||
serg@build.mysql2.com
|
||||
serg@mysql.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue