svn commit: r196110 - stable/8

Ken Smith kensmith at FreeBSD.org
Wed Aug 12 07:08:16 UTC 2009


Author: kensmith
Date: Wed Aug 12 07:08:14 2009
New Revision: 196110
URL: http://svn.freebsd.org/changeset/base/196110

Log:
  Adjust 'make update' to use RELENG_8 branch tag for cvs.
  
  Approved by:	re (implicit)

Modified:
  stable/8/Makefile.inc1

Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1	Tue Aug 11 23:05:47 2009	(r196109)
+++ stable/8/Makefile.inc1	Wed Aug 12 07:08:14 2009	(r196110)
@@ -93,7 +93,7 @@ CLEANDIR=	cleandir
 .endif
 
 CVS?=		cvs
-CVSFLAGS?=	-A -P -d -I!
+CVSFLAGS?=	-r RELENG_8 -P -d -I!
 SVN?=		svn
 SVNFLAGS?=	-r HEAD
 SUP?=		/usr/bin/csup


More information about the svn-src-stable-other mailing list