mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
14
netware/BUILD/compile-netware-standard
Normal file
14
netware/BUILD/compile-netware-standard
Normal file
@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. $path/compile-netware-START
|
||||
|
||||
suffix="standard"
|
||||
|
||||
extra_configs=" \
|
||||
--with-innodb
|
||||
"
|
||||
|
||||
. $path/compile-netware-END
|
||||
|
||||
|
Reference in New Issue
Block a user