mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
2
Makefile
2
Makefile
@@ -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"; \
|
||||||
|
Reference in New Issue
Block a user