Date: Mon, 30 Aug 2004 10:28:11 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: current@FreeBSD.org Subject: [PATCH] Finding stale files in /usr/src during "make update" Message-ID: <20040830072811.GA84862@ip.net.ua>
next in thread | raw e-mail | index | archive | help
--YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 CVS?=3D cvs -CVSFLAGS?=3D -A -P -d +CVSFLAGS?=3D -A -P -d -I! -ICVS .if defined(CVSTAG) CVSFLAGS+=3D -r ${CVSTAG} .endif %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBMtcLqRfpzJluFF4RAqx4AKCVD19FDH0+Af9Y3/TJYbOK66qbGgCgiMIH WYKjSw0K8vqgFgqyEuihGA4= =vbPo -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830072811.GA84862>