From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 18:15:58 2009 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 35CD21065680 for ; Sat, 21 Feb 2009 18:15:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 651358FC13 for ; Sat, 21 Feb 2009 18:15:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n1LIFghT059832; Sat, 21 Feb 2009 19:15:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n1LIFgSU059829; Sat, 21 Feb 2009 19:15:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 21 Feb 2009 19:15:42 +0100 (CET) From: Wojciech Puchar To: Bruce Cran In-Reply-To: <49A0443F.40502@cran.org.uk> Message-ID: <20090221191529.M59821@wojtek.tensor.gdynia.pl> References: <49A0443F.40502@cran.org.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, daemon@crypt.net Subject: Re: kernel compile problems 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: Sat, 21 Feb 2009 18:15:59 -0000 > The process for building a kernel has changed since the days of 4.x. Now you > should just use: > > make buildkernel KERNCONF=configfile > > Leave the KERNCONF out to build GENERIC. > > See http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html > for more details. > > -- if userland and kernel are in sync "old" method is OK