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
This commit is contained in:
Makoto Matsushita 2001-11-13 15:47:40 +00:00
parent e29e633207
commit 2ec2294625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86323

View File

@ -113,7 +113,7 @@ CLEANDIR= clean cleandepend
CLEANDIR= cleandir
.endif
SUP?= cvsup
SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
.if defined(SUPHOST)
SUPFLAGS+= -h ${SUPHOST}