changeset 3614:ddf207fc7d8e

Abort on error.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 21:15:16 +0200
parents f0ca69579f77
children 2f6cbb30ad81 7d146509516b
files buildsys.mk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Mon Sep 24 21:00:41 2007 +0200
+++ b/buildsys.mk.in	Mon Sep 24 21:15:16 2007 +0200
@@ -76,7 +76,7 @@
 
 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: