From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 06:14:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D077B16A4CE for ; Tue, 28 Dec 2004 06:14:23 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F82043D41 for ; Tue, 28 Dec 2004 06:14:23 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iBS6EKKj005250 for ; Tue, 28 Dec 2004 01:14:20 -0500 (EST) Date: Tue, 28 Dec 2004 06:18:39 +0000 From: jason henson To: freebsd-questions@freebsd.org References: <20041226015811.GA98109@xor.obsecurity.org> In-Reply-To: <20041226015811.GA98109@xor.obsecurity.org> (from kris@obsecurity.org on Sat Dec 25 20:58:12 2004) X-Mailer: Balsa 2.2.6 Message-Id: <1104214719l.1837l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: make.conf file & CPUTYPE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:14:23 -0000 On 12/25/04 20:58:12, Kris Kennaway wrote: > On Sat, Dec 25, 2004 at 08:17:00PM -0500, Gerard Seibert wrote: > > When I ran 'buildkernel' as well as 'buildworld', I used > > the 'CPUTYPE?=3Di686' directive in the 'make.conf' file. I was > wondering if > > it is correct to leave it in the 'make.conf' file now that I am > finished > > building a new kernel and updating the system. Would I be better =20 > off > if I > > just removed it, or changed it to 'CPUTYPE=3Di686'. I assumed that =20 > the > '?' > > was just for the 'buildworld' procedure. >=20 > Setting it with ?=3D was a bug that was recently fixed. You can cvsup > and continue to set it with =3D. >=20 > Kris > What happened to march=3D in make.conf. Has it been depreciated?