summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-linux-tools
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/compile-linux-tools
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/compile-linux-tools')
-rwxr-xr-xnetware/BUILD/compile-linux-tools5
1 files changed, 4 insertions, 1 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools
index 598be96ab66..3590a900338 100755
--- a/netware/BUILD/compile-linux-tools
+++ b/netware/BUILD/compile-linux-tools
@@ -1,8 +1,11 @@
#! /bin/sh
-#debug
+# debug
#set -x
+# stop on errors
+set -e
+
if test ! -r ./sql/mysqld.cc
then
echo "you must start from the top source directory"