alternative method for make / install world --- ?
Kirk Strauser
kirk at strauser.com
Thu Jun 24 10:01:28 PDT 2004
On Thursday 2004-06-24 03:14 am, epilogue at allstream.net wrote:
> alias rebuild 'cd /usr/src && make update && make world && make kernel
> && mergemaster'
In the recent past there have been times when non-backward-compatible
changes were made to userlang tools, but the kernel was updated in such a
way that it could support both the old and new toolsets. In those
situations, doing a "make installworld" (the second half of "make world")
would replace your userland with tools that were unable to work with the
current running kernel unless you'd rebooted in the meantime.
The long, correct method takes a bare minimum of additional work over the
proposed, dangerous method. What's the point?
--
Kirk Strauser
More information about the freebsd-questions
mailing list