From owner-freebsd-stable Tue Apr 30 13:33:25 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 33C6637B41F for ; Tue, 30 Apr 2002 13:33:18 -0700 (PDT) Received: (qmail 644 invoked by uid 100); 30 Apr 2002 20:33:15 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15566.65418.773606.563032@guru.mired.org> Date: Tue, 30 Apr 2002 15:33:14 -0500 To: "Aragon Gouveia" Cc: Subject: Re: Build sequence (was Re: mergemaster theory (was: Re:/etc/defaults/rc.conf theory) ) In-Reply-To: <002501c1f084$6e0cda90$01000001@aragon> References: <20020430161355.14FEB5D05@ptavv.es.net> <1020186756.11357.76.camel@lohr.digitalglobe.com> <002501c1f084$6e0cda90$01000001@aragon> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.52 (Python 2.2.1 on FreeBSD/i386) 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 In <002501c1f084$6e0cda90$01000001@aragon>, Aragon Gouveia typed: > > 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? Yes. What you're doing will use the old world to compile the new kernel, even if you've done a "make buildworld". This doesn't always work. Doing "make kernel" - which does buildkernel then installkernel - will use the binaries in /usr/obj to avoid that problem. The downside is that the /usr/src make targets always do the complete rebuild. If you're working on kernel source, you want to use the "old" method to build the kernel, because you can probably skip the first three steps, and always the first two, after you've changed the source. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message