summaryrefslogtreecommitdiff
path: root/netware/BUILD/mwccnlm
diff options
context:
space:
mode:
authorunknown <greg@mysql.com>2003-04-24 18:15:52 -0400
committerunknown <greg@mysql.com>2003-04-24 18:15:52 -0400
commit1a01f0ff08b2e22602605d59e009d19500f9fb75 (patch)
tree8a70b2e0f7dfd758ab6a6db9f239bcc44aa9870d /netware/BUILD/mwccnlm
parentaaa3e8271321437eff98cfab2861516f25acc80a (diff)
downloadmariadb-git-1a01f0ff08b2e22602605d59e009d19500f9fb75.tar.gz
Minor changes in netware directory (From Rob Lyon - Novell)
netware/mysql.xdc: Change mode to -rw-rw-r-- netware/BUILD/compile-AUTOTOOLS: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-linux-tools: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-netware-END: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-netware-START: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-netware-all: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-netware-debug: Turned on error checking in all NetWare build scripts. netware/BUILD/compile-netware-standard: Turned on error checking in all NetWare build scripts. netware/BUILD/mwasmnlm: Turned on error checking in all NetWare build scripts. netware/BUILD/mwccnlm: Turned on error checking in all NetWare build scripts. netware/BUILD/mwldnlm: Turned on error checking in all NetWare build scripts. netware/BUILD/nwbootstrap: Add target path suffix
Diffstat (limited to 'netware/BUILD/mwccnlm')
-rwxr-xr-xnetware/BUILD/mwccnlm3
1 files changed, 3 insertions, 0 deletions
diff --git a/netware/BUILD/mwccnlm b/netware/BUILD/mwccnlm
index 9e989485bd9..cb2d62fe8cf 100755
--- a/netware/BUILD/mwccnlm
+++ b/netware/BUILD/mwccnlm
@@ -1,5 +1,8 @@
#! /bin/sh
+# stop on errors
+set -e
+
# mwccnlm is having a hard time understanding "-I./../include"
# convert it to "-I../include"
args=" "`echo $* | sed -e 's/-I.\/../-I../g'`