[svn-commits] trunk r354 - /trunk/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 19 08:18:47 MST 2006
Author: kpfleming
Date: Mon Jun 19 10:18:47 2006
New Revision: 354
URL: http://svn.digium.com/view/libpri?rev=354&view=rev
Log:
remove support for CVS checkouts
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/libpri/trunk/Makefile?rev=354&r1=353&r2=354&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Jun 19 10:18:47 2006
@@ -74,9 +74,6 @@
@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
More information about the svn-commits
mailing list