From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 09:26:10 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 75842106566B for ; Sun, 26 Feb 2012 09:26:10 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBDD8FC0C for ; Sun, 26 Feb 2012 09:26:10 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q1Q9PrL0005428; Sun, 26 Feb 2012 02:26:02 -0700 From: Erich Dollansky To: freebsd-questions@freebsd.org Date: Sun, 26 Feb 2012 16:25:51 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-PRERELEASE; KDE/4.7.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202261625.51082.erichfreebsdlist@ovitrap.com> Cc: Carolyn Longfoot Subject: Re: Custom Kernel Target Ignored 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: Sun, 26 Feb 2012 09:26:10 -0000 Hi, On Sunday 26 February 2012 15:10:16 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 I do not know where the word GENERIC is taken from. Maybe from you configuration file? > Even though my config file has > ident MYKERNEL > Ok, excluded then. > 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. > make buildkernel KERNCONF=AsusAMD620 is what I do. Erich