[svn-commits] russell: branch 1.4 r268053 - /branches/1.4/channels/h323/Makefile.in

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 4 14:47:45 CDT 2010


Author: russell
Date: Fri Jun  4 14:47:41 2010
New Revision: 268053

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=268053
Log:
Comment out a rule that likes to break the chan_h323 build randomly.

Modified:
    branches/1.4/channels/h323/Makefile.in

Modified: branches/1.4/channels/h323/Makefile.in
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/channels/h323/Makefile.in?view=diff&rev=268053&r1=268052&r2=268053
==============================================================================
--- branches/1.4/channels/h323/Makefile.in (original)
+++ branches/1.4/channels/h323/Makefile.in Fri Jun  4 14:47:41 2010
@@ -35,8 +35,12 @@
 libchanh323.a:	$(OBJS)
 	ar crv $@ $(OBJS)
 
-cisco-h225.cxx::	cisco-h225.asn
-	asnparser -m CISCO_H225 -c $<
+# 
+# We have this file in svn, so this is commented out to ensure it doesn't try
+# to run implicitly.  However, it's still here for reference.
+#
+#cisco-h225.cxx::	cisco-h225.asn
+#	asnparser -m CISCO_H225 -c $<
 
 Makefile.ast:
 	@echo H323CFLAGS  = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp




More information about the svn-commits mailing list