summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-11-13 15:47:40 +0000
committermatusita <matusita@FreeBSD.org>2001-11-13 15:47:40 +0000
commitbca52333be02923d95349ebae48434b6720e7e88 (patch)
tree00f73c84ad59d0257a99ef70f996cd95e77f5ead /Makefile.inc1
parentf47ddc9968cc5507d7386c09abb4ae01ac315988 (diff)
downloadFreeBSD-src-bca52333be02923d95349ebae48434b6720e7e88.zip
FreeBSD-src-bca52333be02923d95349ebae48434b6720e7e88.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 454c020..b3f3f32 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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}
OpenPOWER on IntegriCloud