Re: Populating /usr/include for make buildworld?

From: David Wolfskill <david_at_catwhisker.org>
Date: Sat, 10 Feb 2007 11:13:46 -0800
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).
> 
> At first I copied the missing files from the source tree
> ...
>  > What is the correct way to populate /usr/include 
>  > before buildworld?
> 
> 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
-- 
David H. Wolfskill				david_at_catwhisker.org
Believe SORBS at your own risk: 63.193.123.122 has been static since Aug 1999.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

Received on Sat Feb 10 2007 - 18:28:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:05 UTC