From owner-freebsd-questions Sat Nov 18 17:18:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id B43F337B4C5 for ; Sat, 18 Nov 2000 17:18:28 -0800 (PST) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.11.1/8.11.1) with ESMTP id eAJ1IiH25803; Sat, 18 Nov 2000 20:18:44 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.3.2.7.2.20001118201338.00afeb80@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 18 Nov 2000 20:17:41 -0500 To: erich alfred heine , Alfred Perlstein From: John Subject: Re: More kernel compile problems Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <20001118153531.I18037@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > This is a symptom of not reading /usr/src/UPDATING > >I just went and re-read /usr/src/UPDATING , and i fail to see any type of >solution in it. The error output was a result of the command: > >make buildworld KERNEL="CUSTOMK1-3" You might want to re-read /usr/src/UPDATING actually... making sure to catch the different build targets. You should be instead trying: make buildkernel KERNEL=CUSTOMK1-3 not 'buildworld', and you have to be in /usr/src, otherwise it doesn't work. Hope that helps... --john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message