Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 11:13:46 -0800
From:      David Wolfskill <david@catwhisker.org>
To:        freebsd-current@freebsd.org
Subject:   Re: Populating /usr/include for make buildworld?
Message-ID:  <20070210191346.GA48740@bunrab.catwhisker.org>
In-Reply-To: <200702101837.l1AIb4xo058251@lurza.secnetix.de>
References:  <20070210165904.GA58269@crodrigues.org> <200702101837.l1AIb4xo058251@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070210191346.GA48740>