svn commit: r327578 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 19 07:52:34 UTC 2013


On Wed, 18 Sep 2013 21:30:53 +0000 (UTC) Baptiste Daroussin wrote:
> Author: bapt
> Date: Wed Sep 18 21:30:53 2013
> New Revision: 327578
> URL: http://svnweb.freebsd.org/changeset/ports/327578
> 
> Log:
>   Print one message per line
>   Add a couple of new warnings
> 
> Modified:
>   head/Mk/bsd.sanity.mk
> 
> Modified: head/Mk/bsd.sanity.mk
> ==============================================================================
> --- head/Mk/bsd.sanity.mk	Wed Sep 18 21:28:13 2013	(r327577)
> +++ head/Mk/bsd.sanity.mk	Wed Sep 18 21:30:53 2013	(r327578)
> @@ -102,7 +122,9 @@ check-makefile:: show-dev-warnings
>  show-dev-errors:
>  	@${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\"
>  	@${ECHO_MSG}
> -	@${ECHO_MSG} "${DEV_ERROR}"
> +.for m in ${DEV_WARNING}

s/DEV_WARNING/DEV_ERROR/

> +	@${ECHO_MSG} "${m}"
> +.endfor
>  	@${FALSE}
>  check-makefile:: show-dev-errors
>  .endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130919/6f73287f/attachment.sig>


More information about the svn-ports-head mailing list