Browse Source

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

gdb-4_18-branch
Doug Evans 29 years ago
parent
commit
3bdf92bdc8
  1. 3
      opcodes/cgen.sh

3
opcodes/cgen.sh

@ -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

Loading…
Cancel
Save