From owner-freebsd-stable Wed Oct 2 17:49:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1198337B401 for ; Wed, 2 Oct 2002 17:49:38 -0700 (PDT) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0E143E42 for ; Wed, 2 Oct 2002 17:49:37 -0700 (PDT) (envelope-from jl@burghcom.com) Received: from h-66-167-9-180.phlapafg.covad.net ([66.167.9.180] helo=burghcom.com) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17wuAa-00074t-00; Wed, 02 Oct 2002 17:48:48 -0700 Message-ID: <3D9B9411.2090606@burghcom.com> Date: Wed, 02 Oct 2002 20:49:21 -0400 From: Jeff Love User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: Kevin Oberman Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.4->RELENG_4 error when running make... References: <20021002203011.C7EA55D08@ptavv.es.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > >Of course, if you installed the new system before building the new >kernel, you would not have hit this problem, but you are living >dangerously when you install the new world and try to run with the old >kernel. > That is exactly how I've been doing it for years. 'cd /usr/src', 'make buildworld', 'make installworld', 'cd sys/i386/conf', 'rm -rf ../../compile/mykernel', 'config mykernel', 'cd ../../compile/mykernel', 'make depend', 'make', 'make install', do manual merge, reboot. This has never failed, except when I've used mergemaster, which can make a mess of things easily. How would this method differ from using 'make buildkernel KERNCONF=/usr/src/sys/i386/conf/mykernel' and 'make installkernel KERNCONF=/usr/src/sys/i386/conf/mykernel' ? Both methods install the new kernel on a running machine. Jeff Love Burgh-Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message