actually fail to continue build on core build failure and don't display the success banner

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15985 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-12-17 16:53:25 +00:00
parent 8aeed83995
commit bc7c3fea86
1 changed files with 10 additions and 0 deletions

View File

@ -127,6 +127,16 @@ libs/libnatpmp/getgateway.c
$(top_builddir)/libfreeswitch_la-switch_console.lo: src/include/switch_version.h
MY_RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
$(MY_RECURSIVE_TARGETS): $(bin_PROGRAMS) $(lib_LTLIBRARIES)
if ENABLE_CPP
libfreeswitch_la_SOURCES += src/switch_cpp.cpp
endif