Date: Thu, 19 Sep 2013 10:17:59 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Tijl Coosemans <tijl@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327578 - head/Mk Message-ID: <20130919081759.GF73535@ithaqua.etoilebsd.net> In-Reply-To: <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> References: <201309182130.r8ILUrHP069060@svn.freebsd.org> <20130919095220.08d74bcd@kalimero.tijl.coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Zi0sgQQBxRFxMTsj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > >=20 > > Log: > > Print one message per line > > Add a couple of new warnings > >=20 > > Modified: > > head/Mk/bsd.sanity.mk > >=20 > > Modified: head/Mk/bsd.sanity.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- 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} >=20 > s/DEV_WARNING/DEV_ERROR/ >=20 > > + @${ECHO_MSG} "${m}" > > +.endfor > > @${FALSE} > > check-makefile:: show-dev-errors > > .endif Fixed thanks regards, Bapt --Zi0sgQQBxRFxMTsj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI6szcACgkQ8kTtMUmk6EzP/QCffDI1AneSLlnLvp0xdLE0wqJZ SCcAoJa+eDuD+17QEvHiEnmr61jlQuXK =4Unm -----END PGP SIGNATURE----- --Zi0sgQQBxRFxMTsj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130919081759.GF73535>