Date: Tue, 20 Feb 2001 00:37:51 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk sys.mk Message-ID: <200102200837.f1K8bpj89576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102200837.f1K8bpj89576>