Use compression on "make update"

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3794 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-09-16 18:46:39 +00:00
parent 5c32080a0c
commit 8fae88d368

View File

@@ -357,7 +357,7 @@ datafiles: all
update: update:
@if [ -d CVS ]; then \ @if [ -d CVS ]; then \
echo "Updating from CVS..." ; \ echo "Updating from CVS..." ; \
cvs -q update -Pd; \ cvs -q -z3 update -Pd; \
rm -f .version; \ rm -f .version; \
else \ else \
echo "Not CVS"; \ echo "Not CVS"; \