From owner-freebsd-stable@FreeBSD.ORG Thu Aug 14 13:09:55 2008 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 23622106568F for ; Thu, 14 Aug 2008 13:09:55 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 11C448FC17 for ; Thu, 14 Aug 2008 13:09:55 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id F11EA1CC0BB; Thu, 14 Aug 2008 06:09:54 -0700 (PDT) Date: Thu, 14 Aug 2008 06:09:54 -0700 From: Jeremy Chadwick To: Pascal Hofstee Message-ID: <20080814130954.GA25304@eos.sc1.parodius.com> References: <20080814143546.5e1a6a16@nebuchadnezzar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080814143546.5e1a6a16@nebuchadnezzar> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-stable@freebsd.org Subject: Re: CPUTYPE weirdness 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, 14 Aug 2008 13:09:55 -0000 On Thu, Aug 14, 2008 at 02:35:46PM +0200, Pascal Hofstee wrote: > I just installed a fresh FreeBSD/amd64 7.0-RELEASE and trying to update > to RELENG_7_0. > > I added CPUTYPE ?= core2 to my /etc/src.conf and every call to make > in /usr/src now gives me the error > > "/usr/src/Makefile.inc1", line 142: CPUTYPE global should be set > with ?=. > *** Error code 1 > > Anyone has any idea what i am doing wrong here ... this same mechanism > has worked flawlessly on several other systems (although they were not > RELENG_7_0) ? 1) Remove the space after the word "CPUTYPE", e.g.: CPUTYPE?=core2 You can put a tab after the "=" if you want, e.g.: CPUTYPE?= core2 2) According to some very old mail I have (will dig it up if you want), Core2Duo users should be using CPUTYPE?=nocona. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |