projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9121b10
)
Use `set -e' to behave like `make'.
author
Doug Evans
<dje@google.com>
Fri, 16 Jan 1998 00:23:38 +0000
(
00:23
+0000)
committer
Doug Evans
<dje@google.com>
Fri, 16 Jan 1998 00:23:38 +0000
(
00:23
+0000)
opcodes/cgen.sh
patch
|
blob
|
history
diff --git
a/opcodes/cgen.sh
b/opcodes/cgen.sh
index 9c904ae8448a0efc7ac9c4f5ea515395a4b9ec52..f6171f47aa7c30bd92a1ed13353fcf871277b073 100644
(file)
--- a/
opcodes/cgen.sh
+++ b/
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