Abort on error.
This commit is contained in:
parent
84a564d282
commit
b839081005
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ OBJS += ${OBJS5:.m=.o}
|
||||||
|
|
||||||
all:
|
all:
|
||||||
for i in subdirs depend ${OBJS} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
|
for i in subdirs depend ${OBJS} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
|
||||||
${MAKE} ${MFLAGS} $$i; \
|
${MAKE} ${MFLAGS} $$i || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
subdirs:
|
subdirs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue