mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00: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