From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 17:53:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E67416A4B3 for ; Sun, 28 Sep 2003 17:53:22 -0700 (PDT) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016F94403B for ; Sun, 28 Sep 2003 17:53:19 -0700 (PDT) (envelope-from daniel@hawton.org) Received: from hawton.org ([68.99.178.107]) by fed1mtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030929005310.YUFQ14291.fed1mtao08.cox.net@hawton.org> for ; Sun, 28 Sep 2003 20:53:10 -0400 Message-ID: <3F77827E.7030302@hawton.org> Date: Sun, 28 Sep 2003 17:53:18 -0700 From: Daniel Hawton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <5.2.0.9.2.20030928205847.021aa580@pop.voyager.net> In-Reply-To: <5.2.0.9.2.20030928205847.021aa580@pop.voyager.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Make world but not make kernel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 00:53:22 -0000 It's better to go: make buildworld make buildkernel KERNCONF=(Kernel Config name) make installkernel KERNCONF=(Kernel Config name) make installworld Basically, if you're upgrading from 4.6 to 4.7 for example, you need to upgrade your kernel to match your userland. -Daniel Dragoncrest wrote: > Just curious. If I wanted to upgrade all my sources, could I do a > "Make World" without having to do a "Make Kernel" or are the two > intertwined where if I do the one I have to do the other? Just curious. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >