From owner-freebsd-stable@FreeBSD.ORG Thu Sep 9 15:24:02 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4CD010656B2 for ; Thu, 9 Sep 2010 15:24:02 +0000 (UTC) (envelope-from O.Seibert@cs.ru.nl) Received: from kookpunt.science.ru.nl (kookpunt.science.ru.nl [131.174.30.61]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9AA8FC08 for ; Thu, 9 Sep 2010 15:24:01 +0000 (UTC) Received: from twoquid.cs.ru.nl (twoquid.cs.ru.nl [131.174.142.38]) by kookpunt.science.ru.nl (8.13.7/5.31) with ESMTP id o89FO02T007638; Thu, 9 Sep 2010 17:24:00 +0200 (MEST) Received: by twoquid.cs.ru.nl (Postfix, from userid 4100) id 726F42E04F; Thu, 9 Sep 2010 17:24:00 +0200 (CEST) Date: Thu, 9 Sep 2010 17:24:00 +0200 From: Olaf Seibert To: freebsd-stable@freebsd.org Message-ID: <20100909152400.GS4404@twoquid.cs.ru.nl> References: <20100909141702.GP4404@twoquid.cs.ru.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100909141702.GP4404@twoquid.cs.ru.nl> User-Agent: Mutt/1.5.19 (2009-01-05) X-Spam-Score: -0.8 () ALL_TRUSTED,BAYES_60 X-Scanned-By: MIMEDefang 2.63 on 131.174.30.61 Cc: Thomas Ronner Subject: Re: Can't build 8.1 GENERIC kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 15:24:02 -0000 Thomas Ronner wrote: > I don't know about the old-fashioned way, but the new way is: > > # cd /usr/src > # make buildkernel KERNCONF=GENERIC > # make installkernel KERNCONF=GENERIC Thank you, that worked. I wonder what the underlying difference is; probably something fairly subtle. The same hack.So file was generated (byte for byte identical). And something changed between 8.0 and 8.1, since previously, the old-fashioned method worked. -Olaf. --