From owner-freebsd-newbies@FreeBSD.ORG Tue Jun 8 21:52:41 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB90F16A4CE for ; Tue, 8 Jun 2004 21:52:41 +0000 (GMT) Received: from zardoz.rd.imagescape.com (zardoz.rd.imagescape.com [66.100.151.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2B743D39 for ; Tue, 8 Jun 2004 21:52:41 +0000 (GMT) (envelope-from puna@imagescape.com) Received: from imagescape.com (nikko.rd.imagescape.com [192.168.0.59]) (authenticated bits=0)i58Lqalb007688; Tue, 8 Jun 2004 16:52:37 -0500 (CDT) (envelope-from puna@imagescape.com) Message-ID: <40C63579.9090002@imagescape.com> Date: Tue, 08 Jun 2004 16:54:01 -0500 From: Punahele Tannehill User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Arthur Barlow References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on zardoz.rd.imagescape.com cc: freebsd-newbies@freebsd.org Subject: Re: Build new kernel X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 21:52:41 -0000 Arthur Barlow wrote: > I'm trying to build a new FreeBSD kernel on one of my machines. I have > done this successfully on a different machine. But, even though I > donwloaded the source from the ftp.freebsd.org website when I run "make > buildkernel KERNCONF=MYKERNEL" it gives me a message saying cannot find > target buildkernel. I created a copy of GENERIC in a different > subdirectory and make a symbolic link to "/usr/src/sys/i386/conf." > Clearly I must be missing an appropriate Makefile somewhere. Any > suggestions? Check that the identification line in your new kernel configuration file has been updated to the new file's name. For example, if you made a copy of GENERIC and renamed it MYKERNEL, the line in your new kernel configuration file should look like: ident MYKERNEL NOTE: it is case sensitive. Puna > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"