From owner-freebsd-questions Sat Feb 3 13: 9:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 399AC37B491 for ; Sat, 3 Feb 2001 13:09:13 -0800 (PST) Received: (qmail 23349 invoked by uid 0); 3 Feb 2001 21:09:11 -0000 Received: from unknown (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 3 Feb 2001 21:09:11 -0000 Message-ID: <3A7C737C.F5E60F90@urx.com> Date: Sat, 03 Feb 2001 13:09:16 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Anatoly Karp Cc: freebsd-questions@freebsd.org Subject: Re: [Q] installkernel question References: <200102032059.OAA27317@ultra9.math.wisc.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anatoly Karp wrote: > > Hello, > > sorry if I'm asking the obvious but I got confused > but 2 (seemingly) contradictory instructions, > both authoritative. > > I updated to the latest 4.2-stable from 4.2-stable > (no reason, just playing with cvsup GUI) and intended > to make world and rebuild kernel. The UPDATING file > prescribes: > > make buildworld > make buildkernel ... > make installkernel ... > reboot > make installorld > > etc > > but when I typed 'make buildkernel' one of the > first messages I got was: > > Don't forget to do 'make depened' > > So my question is: do I make depend or not, and > if yes, where does it fit in the above scheme? No, you don't need to. It went on and built your kernel. You should have seen hundreds of messages after the one on make depend. The install kernel should have installed what you build. The only change you might make is that KERNEL=MYKERNEL should now be KERNCONF=MYKERNEL. That has been in effect for a couple of days. See, /usr/src/Makefile.inc1 for comments. BTW, on many systems, you don't need to reboot to single user mode. That makes updating your world update even faster. Kent > > Thank you, > Anatoly > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message