From owner-freebsd-current Wed Oct 23 11:10:13 2002 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 5BE7E37B401; Wed, 23 Oct 2002 11:10:12 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC95143E7B; Wed, 23 Oct 2002 11:10:10 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA20952; Thu, 24 Oct 2002 04:10:06 +1000 Date: Thu, 24 Oct 2002 04:21:09 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: Kris Kennaway , Nate Lawson , Adam K Kirchhoff , Subject: Re: UPDATING entry needed (Re: Building KDE3) In-Reply-To: <20021023111852.GB31781@sunbay.com> Message-ID: <20021024041602.T23784-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 23 Oct 2002, Ruslan Ermilov wrote: > On Tue, Oct 22, 2002 at 10:34:25PM -0700, Kris Kennaway wrote: > > I normally do something like: > > > > find /usr/include -ctime +1 -type f -delete > > > > To clean out stale includes after a buildworld. Perhaps something > > like this should be added to the end of the directions. > > > Headers are normally installed with ``install -C'', and those > that did not change recently will not be touched at all. The > command above will effectively remove these. Only if someone "fix"es ``install -C'' to not change ctimes. -C only causes mtimes to be preserved. ``install -C'' often needs to touch metadata and it does this unconditionally to simplify things; this has the somewhat intentional side effect of changing the ctime. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message