mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge aschwenke@bk-internal.mysql.com:/home/bk/mysql-5.0
into lmy003.wdf.sap.corp:/home/schwenke/Work/MySQL/bk-internal-tree/mysql-5.0
This commit is contained in:
commit
ca5b291be0
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…
Reference in a new issue