From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 08:27:39 2012 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 3E76E106566C for ; Sun, 26 Feb 2012 08:27:39 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id E80B88FC08 for ; Sun, 26 Feb 2012 08:27:38 +0000 (UTC) Received: from mail.unitedinsong.com.au (bell.herveybayaustralia.com.au [192.168.0.40]) by mail.unitedinsong.com.au (Postfix) with ESMTP id 86B065C28 for ; Sun, 26 Feb 2012 18:41:06 +1000 (EST) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.177]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 2AFFB5C22 for ; Sun, 26 Feb 2012 18:41:06 +1000 (EST) Message-ID: <4F49EBD3.7070805@herveybayaustralia.com.au> Date: Sun, 26 Feb 2012 18:22:43 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Custom Kernel Target Ignored X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 26 Feb 2012 08:27:39 -0000 On 02/26/12 18:10, Carolyn Longfoot wrote: > > When I start > cd /usr/src > make buildkernel KERNELCONF=MYKERNEL > > then the process start and gives > -------------------------------------------------------------- >>>> Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012 > -------------------------------------------------------------- > Even though my config file has > ident MYKERNEL > > I checked and there are no rogue versions of MYKERNEL (like a straight copy from GENERIC) and it exists in > /usr/src/sys/amd64/conf > > I'm probably missing something really simple here, why would 'make' go for GENERIC instead of my custom config? > This is 9.0 RELEASE. Try `make KERNCONF=MYKERNEL buildkernel`