mirror of
https://github.com/MariaDB/server.git
synced 2025-06-01 19:42:01 +03:00
Change mode to -rwxrwxr-x netware/BUILD/compile-AUTOTOOLS: Change mode to -rwxrwxr-x netware/BUILD/compile-linux-tools: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-END: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-START: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-all: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-debug: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-standard: Change mode to -rwxrwxr-x netware/BUILD/mwasmnlm: Change mode to -rwxrwxr-x netware/BUILD/mwccnlm: Change mode to -rwxrwxr-x netware/BUILD/mwenv: Change mode to -rwxrwxr-x netware/BUILD/mwldnlm: Change mode to -rwxrwxr-x netware/BUILD/nwbootstrap: Change mode to -rwxrwxr-x
16 lines
167 B
Bash
Executable File
16 lines
167 B
Bash
Executable File
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. $path/compile-netware-START
|
|
|
|
suffix="debug"
|
|
|
|
extra_configs=" \
|
|
--with-innodb \
|
|
--with-debug=full \
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|