changeset 1845:eaa979be9b89

Abort on error.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 21:14:18 +0200
parents b900277e18ec
children ca7f9aa0dcea
files buildsys.mk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Mon Sep 24 14:10:16 2007 -0500
+++ b/buildsys.mk.in	Mon Sep 24 21:14:18 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: