From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 14:37:12 2004 Return-Path: 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 6440416A4CE for ; Fri, 10 Dec 2004 14:37:12 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE1F43D41 for ; Fri, 10 Dec 2004 14:37:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6842 invoked from network); 10 Dec 2004 14:37:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Dec 2004 14:37:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3885144; Fri, 10 Dec 2004 09:37:11 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Loren M. Lang" References: <075c01c4dd19$cb709350$0200a8c0@astral> <20041210091808.GI32126@alzatex.com> From: Lowell Gilbert Date: 10 Dec 2004 09:37:11 -0500 In-Reply-To: <20041210091808.GI32126@alzatex.com> Message-ID: <44is7arzhk.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: recompiling my kernel error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 14:37:12 -0000 "Loren M. Lang" writes: > > P.S. Is there an easy way to start a buildworld or buildkernel again > without having it auto-clean first for cases like this, or when just > making a minor chance to a source file? "make -DNOCLEAN buildworld" will help.