Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2012 21:54:36 +0200
From:      Christer Solskogen <christer.solskogen@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: Installworld and /usr/include/*.h modification times
Message-ID:  <jqj3ps$ovn$1@dough.gmane.org>
In-Reply-To: <CA%2B7WWSfkBYsQRMW1b_7bnhM3sHeZfda7fmsLikfwYss5ozFFOw@mail.gmail.com>
References:  <CA%2B7WWSdnNQZY1Ei793cy4=54LED6A=o_qkMkYv5hTmF7E41D7w@mail.gmail.com> <CAMVU60YudCqQ4sBJa7ktd1HAo-gAzMhn1hVDF8cDQu9mR3JTog@mail.gmail.com> <4FCC6DE2.6040106@FreeBSD.org> <CA%2B7WWSfkBYsQRMW1b_7bnhM3sHeZfda7fmsLikfwYss5ozFFOw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/6/2012 7:57 PM, Kimmo Paasiala wrote:

> Thanks! I should have thought of that myself... There are few bits
> under /usr/share that behave the same way but now I know how to deal
> with those as well.
>

Be a little more careful with that. make(1) uses some of files there, 
and will bail out if /usr/share is missing. If you really must, do 
something like this:
mv /usr/share /usr/share.old

make -m /usr/src/share/mk hierarchy (you cant skip it, this time, I swear)
make -m /usr/src/share/mk installworld

-- 
chs




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?jqj3ps$ovn$1>