[asterisk-commits] pcadach: branch pcadach/chan_h323-live r42857 - /team/pcadach/chan_h323-live/...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Sep 12 13:25:15 MST 2006


Author: pcadach
Date: Tue Sep 12 15:25:15 2006
New Revision: 42857

URL: http://svn.digium.com/view/asterisk?rev=42857&view=rev
Log:
Remove old version detection stuff

Modified:
    team/pcadach/chan_h323-live/channels/h323/Makefile
    team/pcadach/chan_h323-live/channels/h323/Makefile.in

Modified: team/pcadach/chan_h323-live/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/Makefile?rev=42857&r1=42856&r2=42857&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/Makefile (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile Tue Sep 12 15:25:15 2006
@@ -36,9 +36,6 @@
 OPENH323_BUILD=$(shell cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER  | cut -f3 -d' ')
 STDCCFLAGS += -D_OPENH323_VERSION=${OPENH323_MAJOR}*10000+${OPENH323_MINOR}*100+${OPENH323_BUILD}
 
-#STDCCFLAGS += -D_PWLIB_VERSION=$(shell let x=`cat ${PWLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '`*10000+`cat ${PWLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '`*100+`cat ${PWLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '`; echo $$x)
-#STDCCFLAGS += -D_OPENH323_VERSION=$(shell let x=`cat ${OPENH323DIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '`*10000+`cat ${OPENH323DIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '`*100+`cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '`; echo $$x)
-
 notrace::
 	$(MAKE) NOTRACE=1 opt
 

Modified: team/pcadach/chan_h323-live/channels/h323/Makefile.in
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/Makefile.in?rev=42857&r1=42856&r2=42857&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/Makefile.in (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile.in Tue Sep 12 15:25:15 2006
@@ -36,9 +36,6 @@
 OPENH323_BUILD=$(shell cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER  | cut -f3 -d' ')
 STDCCFLAGS += -D_OPENH323_VERSION=${OPENH323_MAJOR}*10000+${OPENH323_MINOR}*100+${OPENH323_BUILD}
 
-#STDCCFLAGS += -D_PWLIB_VERSION=$(shell let x=`cat ${PWLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '`*10000+`cat ${PWLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '`*100+`cat ${PWLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '`; echo $$x)
-#STDCCFLAGS += -D_OPENH323_VERSION=$(shell let x=`cat ${OPENH323DIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '`*10000+`cat ${OPENH323DIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '`*100+`cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '`; echo $$x)
-
 notrace::
 	$(MAKE) NOTRACE=1 opt
 



More information about the asterisk-commits mailing list