Date: Tue, 13 Nov 2001 07:47:40 -0800 (PST) From: Makoto MATSUSHITA <matusita@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Message-ID: <200111131547.fADFleT90216@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111131547.fADFleT90216>
