aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-16 18:46:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-16 18:46:39 +0000
commit290e8e8957668311fc2c9bad2a376f20d33357f2 (patch)
treedee92d4ebf970eaefe436ff8fc0433bf151a8935 /Makefile
parent597e37ed0c97cdafc8568b29ddcc8c423f58efd0 (diff)
Use compression on "make update"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3794 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 295bfeced..5a6a51c49 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"; \