From owner-freebsd-questions Thu Nov 15 0:40:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id CCEEC37B417 for ; Thu, 15 Nov 2001 00:40:24 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA85164; Thu, 15 Nov 2001 10:39:43 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Mike Meyer" Cc: Subject: RE: cvsup Date: Thu, 15 Nov 2001 10:44:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <15304.58886.215474.233433@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike (or anyone ...) > From: Mike Meyer > Sent: 14 October 2001 03:11 > > > > This is probably the most dangerous order you could do those things in > that can work. > > The recommended - and safest - order is: > > make buildworld > make kernel KERNCONF=YOURCONF > # reboot to run the kernel you just built, preferably in single user mode > make installworld > mergemaster > reboot again > I have followed your route and it worked just great. That was my first time through. Now, I'm getting ready to update for the second time, and I have read various people on this list running into trouble due to "stale dependencies", and suggested solutions to this which range from "rm -rf /usr/obj" (sounds a bit scary) to "make clean" (sounds more friendly). My gut feel is that I should just start with "make clean", and then follow your procedure as above again. Yes? No? Or something totally different? Thanks, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message