From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 14:41:34 2005 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 3316E16A41F for ; Tue, 13 Sep 2005 14:41:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7D543D45 for ; Tue, 13 Sep 2005 14:41:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j8DEfSw9008152; Tue, 13 Sep 2005 17:41:29 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8DEfPbX002917; Tue, 13 Sep 2005 17:41:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8DEfPBV002916; Tue, 13 Sep 2005 17:41:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 13 Sep 2005 17:41:25 +0300 From: Giorgos Keramidas To: "Middaugh, Bob" Message-ID: <20050913144124.GB2876@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld + make buildkernel 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, 13 Sep 2005 14:41:34 -0000 On 2005-09-13 10:32, "Middaugh, Bob" wrote: > I was in the process of doing make buildworld, make buildkernel, etc... > Make buildworld complete, but before I could do make buildkernel, etc... my > machine shutdown - power outtage. My question is, do I have to redo make > buildworld before I do make buildkernel or can I just turn my machine on and > start with make buildkernel and go from there, eventually installing the > kernel and doing make buildworld. If you are certain that the "buildworld" step has finished, no you don't have to rerun it. Just start from where you left off: # cd /usr/src # make buildkernel and you should be fine.