summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-standard
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-standard')
-rwxr-xr-xnetware/BUILD/compile-netware-standard23
1 files changed, 0 insertions, 23 deletions
diff --git a/netware/BUILD/compile-netware-standard b/netware/BUILD/compile-netware-standard
deleted file mode 100755
index 76a776a1da3..00000000000
--- a/netware/BUILD/compile-netware-standard
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh
-
-# debug
-#set -x
-
-# stop on errors
-set -e
-
-
-path=`dirname $0`
-. $path/compile-netware-START
-
-suffix="standard"
-
-extra_configs=" \
- --with-innodb \
- --enable-thread-safe-client \
- --with-archive-storage-engine \
- "
-
-. $path/compile-netware-END
-
-