From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 00:49:10 2003 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 4935816A4BF for ; Tue, 2 Sep 2003 00:49:10 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF9044003 for ; Tue, 2 Sep 2003 00:49:05 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.22) id 19u5uQ-0002CD-QE; Tue, 02 Sep 2003 09:49:02 +0200 Date: Tue, 2 Sep 2003 09:49:02 +0200 From: Sheldon Hearn To: Ian Freislich Message-ID: <20030902074902.GE7064@starjuice.net> Mail-Followup-To: Ian Freislich , current@FreeBSD.org References: <20030901015535.Y3776@znfgre.qbhto.arg> <64143.1062488605@mci.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64143.1062488605@mci.com> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: current@FreeBSD.org Subject: Re: /lib symlinks problem? 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: Tue, 02 Sep 2003 07:49:10 -0000 On (2003/09/02 09:43), Ian Freislich wrote: > > I posted one approach to this today... touch a file right before you > > start installworld, then consider anything not newer than that file a > > candidate for disposal. There is currently something weird going on in > > /usr/lib though... a lot of the files don't have newer dates, I haven't > > tracked down why yet. > > That's because bsd.lib.mk and bsd.own.mk hardcode '-C' for install. Which a few of us have complained about and subsequently settled on local patches for. :-( Ciao, Sheldon.