From owner-freebsd-current@FreeBSD.ORG Fri May 23 13:34:23 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 E705337B401 for ; Fri, 23 May 2003 13:34:22 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6F743F3F for ; Fri, 23 May 2003 13:34:22 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1])h4NKZHmW093825 for ; Fri, 23 May 2003 16:35:17 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h4NKZHVK093824 for freebsd-current@freebsd.org; Fri, 23 May 2003 16:35:17 -0400 (EDT) Date: Fri, 23 May 2003 16:35:17 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20030523203517.GA93787@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Updating -CURRENT, what about outdated files? 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: Fri, 23 May 2003 20:34:23 -0000 Hi, On one of my systems, I like to track -CURRENT, so I do a lot of: - cvsup - make buildworld - make buildkernel - make installkernel - mergemaster -p - make installworld - mergemaster If I do this a lot, then sometimes my installed world may have outdated libraries and header files. How can I make sure that my installed tree doesn't have outdated stuff? For example, just before doing make installworld, I sometimes do: rm -r /usr/include I am too scared to do this for /usr/lib or any other directory. Is there a good way to do what I want? Thanks. -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com