From de00a26f717cf9cf3185ee735c8c5ece623829e0 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 19 Jun 2006 15:18:47 +0000 Subject: [PATCH] remove support for CVS checkouts git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@354 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 3b72e76..d46fb50 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,6 @@ update: @if [ -d .svn ]; then \ echo "Updating from Subversion..." ; \ svn update -q; \ - elif [ -d CVS ]; then \ - echo "Updating from CVS..." ; \ - cvs -q -z3 update -Pd; \ else \ echo "Not under version control"; \ fi