From owner-freebsd-stable Tue Apr 30 13:30:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id BB08F37B400 for ; Tue, 30 Apr 2002 13:30:53 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA24066; Tue, 30 Apr 2002 13:30:34 -0700 Message-ID: <3CCEFEEA.6060708@owt.com> Date: Tue, 30 Apr 2002 13:30:34 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Aragon Gouveia Cc: stable@FreeBSD.ORG Subject: Re: Build sequence (was Re: mergemaster theory (was: Re:/etc/defaults/rc.conf theory) ) References: <20020430161355.14FEB5D05@ptavv.es.net> <1020186756.11357.76.camel@lohr.digitalglobe.com> <002501c1f084$6e0cda90$01000001@aragon> 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 Aragon Gouveia wrote: > Hi, > > >>buildkernel KERNCONF= >>installkernel KERNCONF= >> > > I see most people using this method for doing their kernel > compiles/installs, but I'm still stuck on the old method of: > > config > cd ../../compile/ > make depend > make > make install > > Am I missing anything from not using the newer method? I may get whacked for bad information; however, in the past, the config method used the current system to build the kernel. The buildkernel was needed when you cvsup upgraded your system and it used the next version that was not installed at this point. You were supposed to buildworld and then buildkernel. Your kernel and userland were still the current version. Where this became a problem was when O'Brien updated the /binutls. You were basically bootstrapping your way to a new kernel that needed the new compiler. Since you can replace all of that string of executions with a simple "make kernel", you just have added more work to a simple operation. For the "make kernel" to work you have to have added your "" into your /etc/make.conf. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message