Submitted by:	tijl
This commit is contained in:
Baptiste Daroussin 2013-09-19 08:17:21 +00:00
parent 377fc0342d
commit ddd7769c06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327603

View File

@ -6520,7 +6520,7 @@ check-makefile:: show-dev-warnings
show-dev-errors:
@${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\"
@${ECHO_MSG}
.for m in ${DEV_WARNING}
.for m in ${DEV_ERROR}
@${ECHO_MSG} "${m}"
.endfor
@${ECHO_MSG}