Use `set -e' to behave like `make'.

This commit is contained in:
Doug Evans 1998-01-16 00:23:38 +00:00
parent 9121b10214
commit 3bdf92bdc8
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# We store the generated files in the source directory until we decide to
# ship a scheme with gdb/binutils. Maybe we never will.
# We want to behave like make, any error forces us to stop.
set -e
srcdir=$1
cgendir=$2
cgenflags=$3