diff options
Diffstat (limited to 'netware/BUILD/compile-netware-all')
-rwxr-xr-x | netware/BUILD/compile-netware-all | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-all b/netware/BUILD/compile-netware-all index f8dea0f7583..6baff699e94 100755 --- a/netware/BUILD/compile-netware-all +++ b/netware/BUILD/compile-netware-all @@ -1,7 +1,14 @@ #! /bin/sh +# debug +#set -x + +# stop on errors +set -e + path=`dirname $0` +$path/compile-netware-src $path/compile-netware-standard $path/compile-netware-debug #$path/compile-netware-max |