From owner-cvs-all Tue Feb 20 21:39:38 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id B8B5337B4EC; Tue, 20 Feb 2001 21:39:28 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp151.geekhouse.net [192.168.1.151]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f1L5fmc68309; Tue, 20 Feb 2001 21:41:49 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200102210521.f1L5Lds04947@billy-club.village.org> Date: Tue, 20 Feb 2001 21:39:07 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: cvs commit: src/share/mk sys.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway , Bruce Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Feb-01 Warner Losh wrote: > In message Bruce > Evans writes: >: I have changed my mind a bit about this. MACHINE_CPU is not (yet?) nearly >: as fundamental as the other MACHINE_* variables. It is currently just >: a build option for libcrypto, so it could be handled like other build >: options. > > So are you saying we should just toss a MACHINE_CPU ?= ${MACHINE_ARCH} > in /etc/defaults/make.conf and be done with it. If we did this, with > a sys.mk transition period, we'd solve the long term problem of too > many things in sys.mk while still allowing for this to move forward. Erm, ev4 != alpha, the lcd of MACHINE_CPU is not always MACHINE_ARCH, that just happens to be the case for 'i386' because MACHINE_ARCH is misnamed, and should really be either 'ia32' or 'x86', not 'i386'. > Warner -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message