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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message