[svn-commits] russell: testsuite/bamboo/trunk r355 - /bamboo/trunk/bin/build-asterisk.sh

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jun 5 11:23:32 CDT 2010


Author: russell
Date: Sat Jun  5 11:23:26 2010
New Revision: 355

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=355
Log:
Run make twice for Asterisk 1.4 because of chan_h323

Modified:
    bamboo/trunk/bin/build-asterisk.sh

Modified: bamboo/trunk/bin/build-asterisk.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk.sh?view=diff&rev=355&r1=354&r2=355
==============================================================================
--- bamboo/trunk/bin/build-asterisk.sh (original)
+++ bamboo/trunk/bin/build-asterisk.sh Sat Jun  5 11:23:26 2010
@@ -121,6 +121,11 @@
 	menuselect/menuselect --enable-category MENUSELECT_UTILS menuselect.makeopts
 fi
 
+if [ "${PLAN}" = "AST-14" ] ; then
+	# If we're building Asterisk 1.4, let make run twice, and ignore failures
+	# the first time, because of the way the build of chan_h323 works in 1.4.
+	${MAKE} ASTCFLAGS=${ASTCFLAGS} || :
+fi
 ${MAKE} ASTCFLAGS=${ASTCFLAGS}
 
 if [ -f doc/core-en_US.xml ] ; then




More information about the svn-commits mailing list