From f1dccaf10bec5d6311eae0652189f1c458fe067e Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 30 Jan 1998 14:33:48 +0000 Subject: Echo the directory name when doing a "make readme", so that progress can be monitored. --- mk/bsd.pkg.subdir.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.subdir.mk') diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index 1afda517106..c42904c9c30 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,6 +1,6 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp -# $NetBSD: bsd.pkg.subdir.mk,v 1.6 1998/01/27 23:04:48 hubertf Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.7 1998/01/30 14:33:48 agc Exp $ # # The include file contains the default targets # for building ports subdirectories. @@ -125,7 +125,7 @@ README= ${TEMPLATES}/README.category HTMLIFY= sed -e 's/&/\&/g' -e 's/>/\>/g' -e 's/ Creating README.html" + @echo "===> Creating README.html for ${.CURDIR:T}" @> $@.tmp .for entry in ${SUBDIR} .if defined(PORTSTOP) -- cgit v1.2.3