A direct call to echo was intruduced in r333407, which made messages

to be displayed when make is called with -s.  Replace it by ${ECHO}.

Reviewed by:	brd, bdrewery
Approved by:	brd, bdrewery
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D16195
This commit is contained in:
Renato Botelho 2018-07-10 11:33:37 +00:00
parent c9da58534d
commit 0b343a8d9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336169

View File

@ -80,7 +80,7 @@ _${group}FILES+= ${file}
installdirs-${group}:
@echo installing dirs ${group}DIR ${${group}DIR}
@${ECHO} installing dirs ${group}DIR ${${group}DIR}
.for dir in ${${group}DIR}
.if defined(NO_ROOT)
${INSTALL} ${${group}TAG_ARGS} -d ${DESTDIR}${dir}