mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
Use set -e' to behave like
make'.
This commit is contained in:
parent
9121b10214
commit
3bdf92bdc8
@ -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…
Reference in New Issue
Block a user