From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 07:28:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F1916A4CE for ; Mon, 30 Aug 2004 07:28:11 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5597A43D45 for ; Mon, 30 Aug 2004 07:28:10 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7U7S65Z060105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 30 Aug 2004 10:28:07 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7U7SBb6084955 for current@FreeBSD.org; Mon, 30 Aug 2004 10:28:12 +0300 (EEST) (envelope-from ru) Date: Mon, 30 Aug 2004 10:28:11 +0300 From: Ruslan Ermilov To: current@FreeBSD.org Message-ID: <20040830072811.GA84862@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new Subject: [PATCH] Finding stale files in /usr/src during "make update" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 07:28:11 -0000 --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--