From owner-cvs-share Tue Jan 20 17:05:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24608 for cvs-share-outgoing; Tue, 20 Jan 1998 17:05:27 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24562; Tue, 20 Jan 1998 17:04:54 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06052; Tue, 20 Jan 1998 17:03:52 -0800 (PST) Date: Tue, 20 Jan 1998 17:03:52 -0800 (PST) Message-Id: <199801210103.RAA06052@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk sys.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/20 17:03:52 PST Modified files: share/mk sys.mk Log: FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless it is built with this defined (which it isn't by default). This change to sys.mk treats the absence of MACHINE_ARCH as i386 on the assumption that it will be appropriately defined (as something else) on any other architecture. When building FreeBSD's make with NetBSD tools, both MACHINE and MACHINE_ARCH are correctly set (e.g. when bootstrapping FreeBSD's make on NetBSD/mvme68k, MACHINE=mvme68k and MACHINE_ARCH=m68k). This isn't really needed for the alpha which has both defined as 'alpha', but I thought it was worth getting the distinction between a MACHINE and a MACHINE_ARCH correct now. Now, shouldn't PC98 have MACHINE=pc98 and MACHINE_ARCH=i386 ??!! Revision Changes Path 1.28 +9 -2 src/share/mk/sys.mk