From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 11:14:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB2D16A4CE; Tue, 9 Dec 2003 11:14:57 -0800 (PST) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8129E43D34; Tue, 9 Dec 2003 11:14:52 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.12.10/8.12.9) with ESMTP id hB9JEp7P018418; Tue, 9 Dec 2003 14:14:51 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20031209181920.GD19222@dragon.nuxi.com> References: <20031206171511.GA23158@SDF.LONESTAR.ORG> <20031207131034.X7085@carver.gumbysoft.com> <20031207230044.GA6169@SDF.LONESTAR.ORG> <20031208180718.GA49355@xor.obsecurity.org> <20031209181920.GD19222@dragon.nuxi.com> Date: Tue, 9 Dec 2003 14:14:50 -0500 To: obrien@freebsd.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: freebsd-current@freebsd.org Subject: Re: last cvs Makefile.inc1 errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 19:14:57 -0000 At 10:19 AM -0800 12/9/03, David O'Brien wrote: > >I've been meaning to ask this for a while... >why does everyone recomend: > > make buildworld > make buildkernel > make installkernel > make installworld >vs. > make buildworld > make kernel > make installworld For me, it's mainly a dumb reason. I have had 'make' fail during the 'installkernel' phase (not often, but it happens). I tend to fix a problem and then blindly re-enter my most-recent make command. If that was 'make kernel', then I end up rebuilding the kernel when I didn't need to. Also, it gives me a breakdown of where the time is going. So I can tell if it's going to 'buildkernel' vs 'installkernel'. Also, occasionally I have written updates to 'installkernel'. At one time I had an update to install the debug-version of a kernel in a different directory (on a separate partition), when I had a problem with the root partition running out of space. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu