From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 17:33:31 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 BB49616A4CE for ; Sat, 28 Feb 2004 17:33:30 -0800 (PST) Received: from gateway.home.ricin.net (cp464173-a.dbsch1.nb.home.nl [212.204.145.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8014043D1D for ; Sat, 28 Feb 2004 17:33:30 -0800 (PST) (envelope-from danny@ricin.com) Received: from workstation.home.ricin.net (workstation.home.ricin.net [172.16.32.66]) by gateway.home.ricin.net (Postfix) with ESMTP id A714624D09 for ; Sun, 29 Feb 2004 02:33:29 +0100 (CET) From: Danny Pansters To: freebsd-questions@freebsd.org Date: Sun, 29 Feb 2004 02:33:29 +0100 User-Agent: KMail/1.6 References: <20040229004003.671092B4DA4@mail.evilcoder.org> In-Reply-To: <20040229004003.671092B4DA4@mail.evilcoder.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402290233.29557.danny@ricin.com> Subject: Re: kernel compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 01:33:31 -0000 On Sunday 29 February 2004 01:39, Remko Lodder wrote: > Hi dude, > > It's not harmfull to replay the whole process, > The way i do it is go to the dir > > cd /usr/src/sys/i386/conf/ > edit the GENERIC file, > cd ../compile/GENERIC > make clean && make depend && make && make install > the && makes sure the next command only get's runned when > the previous command complete succesfully or returned status 0 (success in > almost every case :)) You shouldn't do this while in a 'make world' cycle. (or if you insist do it from /usr/obj instead) HTH, Dan