${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make

sure what is reported to the user is accurate.

Stolen From:	mharo
This commit is contained in:
Bill Fumerola 1999-06-04 17:34:28 +00:00
parent 2dc6d34fac
commit 554965376c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47736

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.76 1999/05/03 17:54:59 obrien Exp $
# $Id: Makefile.inc1,v 1.77 1999/06/01 02:55:44 billf Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -398,7 +398,7 @@ update:
.endif
.if defined(CVS_UPDATE)
@echo "--------------------------------------------------------------"
@echo ">>> Updating /usr/src from cvs repository" ${CVSROOT}
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; cvs -q update -P -d
.endif