Date: Thu, 19 Sep 2013 09:52:20 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Baptiste Daroussin <bapt@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: <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> In-Reply-To: <201309182130.r8ILUrHP069060@svn.freebsd.org> References: <201309182130.r8ILUrHP069060@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/DcTBKeixpLuq.p/DX+VgmYg Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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} s/DEV_WARNING/DEV_ERROR/ > + @${ECHO_MSG} "${m}" > +.endfor > @${FALSE} > check-makefile:: show-dev-errors > .endif --Sig_/DcTBKeixpLuq.p/DX+VgmYg Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iF4EAREIAAYFAlI6rTgACgkQfoCS2CCgtivJ+gD+IW+KsCI1bDxeakoJiHf5vYJl SvrEIS3OihJzIiqfknAA/iIWmXSt7wqeHEWwUIi2d3DQ9mVMGsQjX1hNCQg8OcFl =eQEY -----END PGP SIGNATURE----- --Sig_/DcTBKeixpLuq.p/DX+VgmYg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130919095220.08d74bcd>