[zaptel-commits] tzafrir: branch 1.4 r2959 - /branches/1.4/xpp/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Aug 27 01:49:37 CDT 2007


Author: tzafrir
Date: Mon Aug 27 01:49:36 2007
New Revision: 2959

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2959
Log:
Reduce the noise when building xpp/ .

Modified:
    branches/1.4/xpp/Makefile

Modified: branches/1.4/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/Makefile?view=diff&rev=2959&r1=2958&r2=2959
==============================================================================
--- branches/1.4/xpp/Makefile (original)
+++ branches/1.4/xpp/Makefile Mon Aug 27 01:49:36 2007
@@ -47,7 +47,6 @@
 $(obj)/card_fxs.o $(obj)/card_fxo.o $(obj)/card_bri.o $(obj)/xpp_usb.o $(obj)/xpp.o: $(obj)/xpp_version.h
 
 $(obj)/xpp_version.h: FORCE
-	$(Q)echo "Compile xpp (version $(XPP_VERSION_STR))"
 	$(Q)echo '#define	XPP_VERSION	$(XPP_VERSION_STR)' > $@.tmp
 	$(Q)if cmp -s $@.tmp $@ ; then echo; else \
 		mv $@.tmp $@ ; \




More information about the zaptel-commits mailing list