Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 09:13:52 -0400
From:      "Brian T. Schellenberger" <bts@babbleon.org>
To:        Ruben de Groot <fbsd-q@bzerk.org>
Cc:        Jamie Bowden <ragnar@sysabend.org>, Barney Wolff <barney@tp.databus.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: make world considered harmful
Message-ID:  <200207220913.52802.bts@babbleon.org>
In-Reply-To: <20020722150531.A7119@ei.bzerk.org>
References:  <Pine.BSF.4.10.10207220440120.47292-100000@moo.sysabend.org> <200207220838.50792.bts@babbleon.org> <20020722150531.A7119@ei.bzerk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 22 July 2002 09:05 am, Ruben de Groot wrote:
| On Mon, Jul 22, 2002 at 08:38:50AM -0400, Brian T. Schellenberger typed:
| > On Monday 22 July 2002 07:41 am, Jamie Bowden wrote:
| > | On Sun, 21 Jul 2002, Barney Wolff wrote:
| > | :When is "make world" the right thing to do?  If the answer is "never"
| > | :then why don't we remove it from /usr/src/Makefile?  Its availability
| > | :just leads people into trouble.
| > |
| > | Since when?  I use it regularly after CVSupdating /usr/src, works fine.
| >
| > It's definately not recommended even if it will sometimes work.
| >
| > It causes you to try to start running with the new world while still
| > running the older kernel.  (Or, I guess, you could follow the sequence
| > make kernel, reboot, make world, mergemaster.  That sequence would seem
| > relatively safe, I guess.)
|
| Save, but not supported. You must buildworld before you can buildkernel.

My intuition is that it would be almost certain to fail to compile if it ewere 
to fail rather than leaving you completely dead in the water.  But I always 
do it per UPDATING:

make buildworld
make kernel       # dunno why UPDATING says to do *this* in two steps
reboot (-s)
make installworld
mergemaster

-- 
Brian, the man from Babble-On . . . .   bts@babbleon.org (personal)
                                        http://www.babbleon.org

http://www.eff.org                      http://www.programming-freedom.org 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207220913.52802.bts>