summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-06-04 17:34:28 +0000
committerbillf <billf@FreeBSD.org>1999-06-04 17:34:28 +0000
commit73eda783191f8728be54aa4d899462a5dd15586d (patch)
treedbf07b6776c635b3f2557a50bced75d83d8ce580 /Makefile.inc1
parentc4e9567df6bea6ba72811709ecd7235d339071b9 (diff)
downloadFreeBSD-src-73eda783191f8728be54aa4d899462a5dd15586d.zip
FreeBSD-src-73eda783191f8728be54aa4d899462a5dd15586d.tar.gz
${.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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9109e5f..687f11f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud