From owner-cvs-all Thu Dec 23 5:53:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B4201563C; Thu, 23 Dec 1999 05:53:45 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA21780; Thu, 23 Dec 1999 05:53:45 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199912231353.FAA21780@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 23 Dec 1999 05:53:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/12/23 05:53:45 PST Modified files: . Makefile Log: Descent into sub-makes with a fixed PATH. The PATH does not contain /usr/games on purpose. All tools in /usr/games are built as part of the tool stages to support building world on machines without games. This fixes any build problems that have been caused by non-standard paths and also removes the primary objection for not using absolute paths. Revision Changes Path 1.232 +3 -2 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message