Use `set -e' to behave like `make'.
authorDoug Evans <dje@google.com>
Fri, 16 Jan 1998 00:23:38 +0000 (00:23 +0000)
committerDoug Evans <dje@google.com>
Fri, 16 Jan 1998 00:23:38 +0000 (00:23 +0000)
opcodes/cgen.sh

index 9c904ae8448a0efc7ac9c4f5ea515395a4b9ec52..f6171f47aa7c30bd92a1ed13353fcf871277b073 100644 (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
This page took 0.024343 seconds and 4 git commands to generate.