return failure from make if build failed

This commit is contained in:
Michael Jerris 2010-12-08 12:36:26 -05:00
parent 72bcc01b1d
commit 972500fcc9
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ $(RECURSIVE_TARGETS):
fi; \
if test -z "$$fail" ; then \
cd $(top_builddir)/build && $(MAKE) $(AM_MAKEFLAGS) $$target || exit 1; \
else \
exit 1; \
fi ;
CORE_CFLAGS = `$(switch_builddir)/libs/apr/apr-1-config --cflags --cppflags --includes`