From owner-freebsd-current@FreeBSD.ORG Sat Feb 10 19:44:06 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4110A16A403 for ; Sat, 10 Feb 2007 19:44:06 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2BDE513C481 for ; Sat, 10 Feb 2007 19:44:06 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (rwcrmhc15) with ESMTP id <20070210194405m1500jqobje>; Sat, 10 Feb 2007 19:44:05 +0000 Received: from c-66-31-35-94.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l1AJi52Q008458 for ; Sat, 10 Feb 2007 14:44:06 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id l1AJi5gn008457 for freebsd-current@freebsd.org; Sat, 10 Feb 2007 14:44:05 -0500 (EST) (envelope-from rodrigc) Date: Sat, 10 Feb 2007 14:44:05 -0500 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20070210194405.GA8434@crodrigues.org> References: <20070210165904.GA58269@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070210165904.GA58269@crodrigues.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Populating /usr/include for make buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 10 Feb 2007 19:44:06 -0000 On Sat, Feb 10, 2007 at 11:59:04AM -0500, Craig Rodrigues wrote: > I am trying to see if I have any outdated files in /usr/include by > doing: > cd /usr/obj ; rm -r * > cd /usr/include ; rm -r * > cd /usr/src; make buildworld Hi, I had better luck with: cd /usr/obj ; rm -r * cd /usr/include ; rm -r * mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include cd /usr/src; make installincludes make buildworld I'm not sure if there is a better way to do it using the existing make target rules. -- Craig Rodrigues rodrigc@crodrigues.org