From owner-freebsd-hackers Fri May 22 11:40:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15740 for freebsd-hackers-outgoing; Fri, 22 May 1998 11:40:58 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from misery.sdf.com (misery.sdf.com [204.244.213.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA15688 for ; Fri, 22 May 1998 11:40:43 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.82 #3) id 0ycwFH-0005Hp-00; Fri, 22 May 1998 11:08:43 -0700 Date: Fri, 22 May 1998 11:08:41 -0700 (PDT) From: Tom To: Joel Ray Holveck cc: eivind@yes.no, dcross1@mail.nycap.rr.com, jkh@time.cdrom.com, dcross1@mail-atm.nycap.rr.com, freebsd-hackers@FreeBSD.ORG Subject: Re: Problem resolutions... In-Reply-To: <199805221631.LAA22234@detlev.UUCP> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Joel Ray Holveck wrote: > >>>> was fixed by doing a make world first (I normally build the kernel > >>>> first, then make world because > >>> Just FYI, that's never been the correct order at any point in time, no > >>> matter what others may have said. It is exactly backwards. > >> Ok, maybe I am just being obtuse... (maybe I am just a Computer > >> Scientist), but I need this > >> explicitly said to me; what is the propper order for compiling? > > First 'make world', then kernel. Almost always true. (There may be > > specific cases where you should get away from the kernel because it eats > > filesystems or something...) > > Why is that? I would expect some execs to depend on kernel features, > not vice versa. Because many of those execs are not needed during normal operation. For example, if the ifconfig kernel interface is changed. If you install the kernel first, you won't be able to config your network interfaces on boot. If you do a "make world" first, then install the kernel, then reboot, chances are you won't even notice. > Happy hacking, > joelh Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message