From owner-cvs-all Tue Nov 13 7:47:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89D0437B416; Tue, 13 Nov 2001 07:47:40 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADFleT90216; Tue, 13 Nov 2001 07:47:40 -0800 (PST) (envelope-from matusita) Message-Id: <200111131547.fADFleT90216@freefall.freebsd.org> From: Makoto MATSUSHITA Date: Tue, 13 Nov 2001 07:47:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG matusita 2001/11/13 07:47:40 PST Modified files: . Makefile.inc1 Log: Set full-path of cvsup. In src/Makefile rev 1.232, environment variable PATH is set explicitly to /sbin:/bin:/usr/sbin:/usr/bin. As a result, binaries located on non-standard path cannot be executed without full-path (it's the change of this revision). However, cvsup is not in our base system -- you lose if you try to "make update" without setting SUP in make.conf or command line argument. I think it is safe to assume that cvsup is located at /usr/local/bin, and it would help other people who first try to do "make update". PR: 31932 MFC after: 1 day Revision Changes Path 1.223 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message