Echo the directory name when doing a "make readme", so that progress
can be monitored.
This commit is contained in:
parent
0ecdcb24d1
commit
0e1796ddf0
|
@ -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.port.subdir.mk,v 1.6 1998/01/27 23:04:48 hubertf Exp $
|
||||
# $NetBSD: bsd.port.subdir.mk,v 1.7 1998/01/30 14:33:48 agc Exp $
|
||||
#
|
||||
# The include file <bsd.port.subdir.mk> 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/</\</g'
|
||||
|
||||
README.html:
|
||||
@echo "===> Creating README.html"
|
||||
@echo "===> Creating README.html for ${.CURDIR:T}"
|
||||
@> $@.tmp
|
||||
.for entry in ${SUBDIR}
|
||||
.if defined(PORTSTOP)
|
||||
|
|
Loading…
Reference in New Issue