From owner-cvs-user Sat May 9 14:31:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03709 for cvs-user-outgoing; Sat, 9 May 1998 14:31:21 -0700 (PDT) (envelope-from owner-cvs-user) 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 OAA03647; Sat, 9 May 1998 14:31:09 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18685; Sat, 9 May 1998 14:28:02 -0700 (PDT) Date: Sat, 9 May 1998 14:28:02 -0700 (PDT) Message-Id: <199805092128.OAA18685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile.alpha Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/09 14:28:01 PDT Modified files: . Makefile.alpha Log: Add join to the list of bootstrap tools and remove the cpp script because we set CPP explicitly. Ensure that the make flags are used for depends too. After building the build tools with LMAKE (which allows installed tools to be used), rebuild the same tools with XMAKE (which does not use the installed tools, headers or libraries) to check that the tools can build themselves and that there are no missing tools. Revision Changes Path 1.11 +18 -10 src/Makefile.alpha