From owner-freebsd-current@FreeBSD.ORG Sat Feb 10 19:28:14 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 1DC5F16A400 for ; Sat, 10 Feb 2007 19:28:14 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id E7BC313C48E for ; Sat, 10 Feb 2007 19:28:13 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id l1AJDkos092813 for ; Sat, 10 Feb 2007 11:13:46 -0800 (PST) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id l1AJDkcG092812 for freebsd-current@freebsd.org; Sat, 10 Feb 2007 11:13:46 -0800 (PST) (envelope-from david) Date: Sat, 10 Feb 2007 11:13:46 -0800 From: David Wolfskill To: freebsd-current@freebsd.org Message-ID: <20070210191346.GA48740@bunrab.catwhisker.org> References: <20070210165904.GA58269@crodrigues.org> <200702101837.l1AIb4xo058251@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="I7xMaAXwyt9AGI17" Content-Disposition: inline In-Reply-To: <200702101837.l1AIb4xo058251@lurza.secnetix.de> 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:28:14 -0000 --I7xMaAXwyt9AGI17 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 10, 2007 at 07:37:04PM +0100, Oliver Fromme wrote: > Craig Rodrigues wrote: > > I am trying to see if I have any outdated files in /usr/include by >... > I had exactly the same problem (but on RELENG_6). >=20 > At first I copied the missing files from the source tree > ... > > What is the correct way to populate /usr/include=20 > > before buildworld? >=20 > I would like to know the answer, too. I approach the problem from a different point: as part of my {build,install}world procedure, I do: make buildworld && make kernel && mergemaster -u 0022 -p && \ rm -fr /usr/include.old && mv /usr/include{,.old} && \ make installworld && make delete-old && mergemaster -u 0022 -i That 2nd line is the relevant one. Peace, david --=20 David H. Wolfskill david@catwhisker.org Believe SORBS at your own risk: 63.193.123.122 has been static since Aug 19= 99. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --I7xMaAXwyt9AGI17 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkXOGWkACgkQmprOCmdXAD0OOwCfTnZMEWIKf3v7vn6JQeZF77eW MD8Ani/NI1JfSWUVy0IBdd5jmP5gM1WQ =+A3M -----END PGP SIGNATURE----- --I7xMaAXwyt9AGI17--