From owner-freebsd-current@FreeBSD.ORG Fri May 23 14:06:54 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 DEF3437B409 for ; Fri, 23 May 2003 14:06:54 -0700 (PDT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5EA43F3F for ; Fri, 23 May 2003 14:06:53 -0700 (PDT) (envelope-from arao@niksun.com) Received: from localhost (anuket.mj.niksun.com [10.70.0.5]) h4NL6f7F083548; Fri, 23 May 2003 17:06:41 -0400 (EDT) (envelope-from arao@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. From: "Amit K. Rao" To: Craig Rodrigues , freebsd-current@freebsd.org Date: Fri, 23 May 2003 17:06:12 -0400 User-Agent: KMail/1.5.1 References: <20030523203517.GA93787@attbi.com> In-Reply-To: <20030523203517.GA93787@attbi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305231706.12519.arao@niksun.com> Subject: Re: 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 21:06:55 -0000 Something like this was covered a few times before. See for example: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=2154436+2157803+/usr/local/www/db/text/2003/freebsd-questions/20030323.freebsd-questions BTW, shouldn't "mergemaster -p" be before "make buildworld" ? On Friday 23 May 2003 04:35 pm, Craig Rodrigues wrote: > 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.