From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 23:48:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF6A1065687 for ; Fri, 14 Nov 2008 23:48:34 +0000 (UTC) (envelope-from chris@smartt.com) Received: from nov.smartt.com (nov.smartt.com [69.31.173.253]) by mx1.freebsd.org (Postfix) with ESMTP id 396088FC17 for ; Fri, 14 Nov 2008 23:48:34 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] ([69.31.174.220]) (authenticated bits=0) by nov.smartt.com (8.13.8/8.13.5) with ESMTP id mAENmWxQ031296; Fri, 14 Nov 2008 15:48:32 -0800 Message-ID: <491E0E57.9040802@smartt.com> Date: Fri, 14 Nov 2008 15:48:39 -0800 From: Chris St Denis User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: gerardon_paredes@yahoo.com References: <279800.62396.qm@web65607.mail.ac4.yahoo.com> In-Reply-To: <279800.62396.qm@web65607.mail.ac4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on nov.smartt.com Cc: freebsd-questions@freebsd.org Subject: Re: make doesn't know how to make KERNCONF 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: Fri, 14 Nov 2008 23:48:34 -0000 Gerardo Paredes wrote: > Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage it fails with the following message: > > > make doesn't know how to make KERNCONF > > > the command i run is: > > cd /usr/src > make buildkernel KERNCONF=MIO > > where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf > > why it is failing with that error?? > > > Regards, > Gerardo Paredes > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > What shell are you using? That syntax should be fine for csh, but if you are using something like bash you may need to change the syntax.