From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 20:07:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AA80D16A420 for ; Tue, 28 Feb 2006 20:07:15 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp105.sbc.mail.re2.yahoo.com (smtp105.sbc.mail.re2.yahoo.com [68.142.229.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C21343D77 for ; Tue, 28 Feb 2006 20:07:12 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 96429 invoked from network); 28 Feb 2006 20:07:11 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp105.sbc.mail.re2.yahoo.com with SMTP; 28 Feb 2006 20:07:11 -0000 From: "Donald J. O'Neill" To: Kris Kennaway Date: Tue, 28 Feb 2006 14:06:55 -0600 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <200602281030.16637.duncan.fbsd@gmail.com> <20060228191706.GB84451@xor.obsecurity.org> In-Reply-To: <20060228191706.GB84451@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602281406.55340.duncan.fbsd@gmail.com> Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 20:07:15 -0000 On Tuesday 28 February 2006 13:17, Kris Kennaway wrote: > > OK, but you were still confused, because mergemaster doesn't need a > populated /usr/obj to do its thing (only a source tree). You can run > it at any time, before during or after your buildworld. > Well, I learned something new then. Thank you. > > make kernel KERNCONF=YOUR_KERNEL_HERE [8] > > [1] > > [3] > > mergemaster -p [5] > > make installworld > > make delete-old > > mergemaster -i [4] > > > > > > I just don't see where it says "make installkernel > > KERNCONF=YOUR_KERNEL. It used to. That's where I got my original > > procedure from as the handbook at the time was somewhat confusing. > > Now the procedure in the handbook is better. > > 'make kernel' = 'make buildkernel' + 'make installkernel' > > Kris OK, I can see that I totally about different make targets and just read that as being half a step - reading it as really being 'make buildkernel'. However, the 'make buildkernal' 'install kernel' steps are more explicit and I prefer that. Possibly I looked on it as similar to 'make world'. Maybe that's why I never said anything about it in the past. Thank you again. Don