From owner-cvs-user Sat Jan 10 20:52:29 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12894 for cvs-user-outgoing; Sat, 10 Jan 1998 20:52:29 -0800 (PST) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12755; Sat, 10 Jan 1998 20:51:37 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05562; Sat, 10 Jan 1998 20:51:05 -0800 (PST) Date: Sat, 10 Jan 1998 20:51:05 -0800 (PST) Message-Id: <199801110451.UAA05562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 20:51:04 PST Modified files: . Makefile Log: Test for ${MACHINE} == "alpha" and include the bootstrap makefile instead of doing the normal build. When the alpha bootstrap is complete (there is more work to do!), the alpha will build like the i386 does now. I changed i386 references to ${MACHINE} now that we're multi-architecture. Revision Changes Path 1.156 +15 -4 src/Makefile