[PATCH] Finding stale files in /usr/src during "make update"

Ruslan Ermilov ru at FreeBSD.org
Mon Aug 30 00:28:11 PDT 2004


What do you people think about the following patch?  It can
be very useful to find stale files under /usr/src which may
sometimes be unsafe.

%%%
Index: Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.442
diff -u -r1.442 Makefile.inc1
--- Makefile.inc1	25 Aug 2004 22:06:29 -0000	1.442
+++ Makefile.inc1	30 Aug 2004 07:17:37 -0000
@@ -83,7 +83,7 @@
 .endif
 
 CVS?=		cvs
-CVSFLAGS?=	-A -P -d
+CVSFLAGS?=	-A -P -d -I! -ICVS
 .if defined(CVSTAG)
 CVSFLAGS+=	-r ${CVSTAG}
 .endif
%%%


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040830/77283bc0/attachment.bin


More information about the freebsd-current mailing list