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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
