[Asterisk-cvs] asterisk Makefile,1.112,1.113

markster at lists.digium.com markster at lists.digium.com
Thu Sep 16 14:45:38 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv2669

Modified Files:
	Makefile 
Log Message:
Use compression on "make update"


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Makefile	7 Sep 2004 01:49:08 -0000	1.112
+++ Makefile	16 Sep 2004 18:46:39 -0000	1.113
@@ -357,7 +357,7 @@
 update: 
 	@if [ -d CVS ]; then \
 		echo "Updating from CVS..." ; \
-		cvs -q update -Pd; \
+		cvs -q -z3 update -Pd; \
 		rm -f .version; \
 	else \
 		echo "Not CVS";  \




More information about the svn-commits mailing list