From owner-cvs-src@FreeBSD.ORG Fri Jul 4 10:35:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3363037B401; Fri, 4 Jul 2003 10:35:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48F044015; Fri, 4 Jul 2003 10:35:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h64HZQ0U016248; Fri, 4 Jul 2003 10:35:26 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h64HZQHm016247; Fri, 4 Jul 2003 10:35:26 -0700 (PDT) Message-Id: <200307041735.h64HZQHm016247@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 4 Jul 2003 10:35:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 17:35:27 -0000 ru 2003/07/04 10:35:26 PDT FreeBSD src repository Modified files: . Makefile Log: Don't hardcore PATH into BINMAKE; the latter should only be comprised of the path to a make(1) binary (possibly the one built by the "make" target in this Makefile), and a path to a fresh share/mk. The idea is to allow "make release" pick up the right "make" binary, if one exists. This fixes release.5 I broke with the last commit here; the second PATH here was overriding the right one from WMAKEENV while rebuilding the "build-tools" for crunched binaries. Revision Changes Path 1.284 +2 -2 src/Makefile