From owner-cvs-all Tue Feb 20 0:37:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D605637B491; Tue, 20 Feb 2001 00:37:51 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1K8bpj89576; Tue, 20 Feb 2001 00:37:51 -0800 (PST) (envelope-from kris) Message-Id: <200102200837.f1K8bpj89576@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 20 Feb 2001 00:37:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk sys.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/02/20 00:37:51 PST Modified files: share/mk sys.mk Log: Turns out we do need to do bootstrapping of MACHINE_CPU here: make(1) won't set the variable until you rebuild it, and the alternative is to be stuck playing games with ``.if defined(MACHINE_CPU) && ... '' for all eternity. We now set up the reasonable default for i386 and alpha here -- given this it probably makes sense to remove the corresponding code from make(1). Revision Changes Path 1.49 +11 -1 src/share/mk/sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message