Abort on error.

This commit is contained in:
Jonathan Schleifer 2007-09-24 21:13:25 +02:00
parent 84a564d282
commit b839081005

View file

@ -76,7 +76,7 @@ OBJS += ${OBJS5:.m=.o}
all:
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
subdirs: