Installworld and /usr/include/*.h modification times

Christer Solskogen christer.solskogen at gmail.com
Mon Jun 4 20:05:12 UTC 2012


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



More information about the freebsd-stable mailing list