diff options
Diffstat (limited to 'netware/BUILD/compile-AUTOTOOLS')
-rwxr-xr-x | netware/BUILD/compile-AUTOTOOLS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/netware/BUILD/compile-AUTOTOOLS b/netware/BUILD/compile-AUTOTOOLS index 0688ea5aaca..57213b1b3d0 100755 --- a/netware/BUILD/compile-AUTOTOOLS +++ b/netware/BUILD/compile-AUTOTOOLS @@ -1,5 +1,11 @@ #! /bin/sh +# debug +#set -x + +# stop on errors +set -e + for package in . ./innobase do (cd $package |