mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
New build scripts for NetWare
BitKeeper/deleted/.del-mwenv~35c8b56062f4b6aa: Delete: netware/mw/mwenv BitKeeper/deleted/.del-mwasmnlm~bc5746809d67feb5: Delete: netware/mw/mwasmnlm BitKeeper/deleted/.del-mwccnlm~be63afd25a14c3f: Delete: netware/mw/mwccnlm BitKeeper/deleted/.del-mwldnlm~efb26c57cba3c980: Delete: netware/mw/mwldnlm
This commit is contained in:
15
netware/BUILD/compile-netware-debug
Normal file
15
netware/BUILD/compile-netware-debug
Normal file
@ -0,0 +1,15 @@
|
||||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. $path/compile-netware-START
|
||||
|
||||
suffix="debug"
|
||||
|
||||
extra_configs=" \
|
||||
--with-innodb \
|
||||
--with-debug=full \
|
||||
"
|
||||
|
||||
. $path/compile-netware-END
|
||||
|
||||
|
Reference in New Issue
Block a user