mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
return failure from make if build failed
This commit is contained in:
parent
72bcc01b1d
commit
972500fcc9
@ -90,6 +90,8 @@ $(RECURSIVE_TARGETS):
|
|||||||
fi; \
|
fi; \
|
||||||
if test -z "$$fail" ; then \
|
if test -z "$$fail" ; then \
|
||||||
cd $(top_builddir)/build && $(MAKE) $(AM_MAKEFLAGS) $$target || exit 1; \
|
cd $(top_builddir)/build && $(MAKE) $(AM_MAKEFLAGS) $$target || exit 1; \
|
||||||
|
else \
|
||||||
|
exit 1; \
|
||||||
fi ;
|
fi ;
|
||||||
|
|
||||||
CORE_CFLAGS = `$(switch_builddir)/libs/apr/apr-1-config --cflags --cppflags --includes`
|
CORE_CFLAGS = `$(switch_builddir)/libs/apr/apr-1-config --cflags --cppflags --includes`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user