svn commit: r327578 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 19 08:18:05 UTC 2013


On Thu, Sep 19, 2013 at 09:52:20AM +0200, Tijl Coosemans wrote:
> 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

Fixed thanks

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130919/78862edb/attachment.sig>


More information about the svn-ports-all mailing list