From 554965376c4a64e65018612406057ccfd06dfe06 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Fri, 4 Jun 1999 17:34:28 +0000 Subject: [PATCH] ${.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 --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 9109e5f190ea..687f11f32300 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