From: Mark Spencer Date: Thu, 16 Sep 2004 18:46:39 +0000 (+0000) Subject: Use compression on "make update" X-Git-Tag: 1.0.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fae88d368139f40b9c358c127e82f822ad3ef9e;p=thirdparty%2Fasterisk.git Use compression on "make update" git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3794 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 295bfecedb..5a6a51c49e 100755 --- a/Makefile +++ b/Makefile @@ -357,7 +357,7 @@ datafiles: all 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"; \