Date: Wed, 25 Jun 2014 01:41:41 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Eitan Adler <eadler@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r359172 - head/devel/gnulib Message-ID: <20140624234141.GY23976@ivaldir.etoilebsd.net> In-Reply-To: <CAF6rxgkv%2BSsirjPCTpaGntnRcbZ-8ZpzauG0FAmTdNToPrSwTg@mail.gmail.com> References: <201406242252.s5OMqmf0002507@svn.freebsd.org> <CAF6rxgnW-hVFoAq4oD6DuLhZQ9zUyQpBkaXq879LeMv6_7kEBA@mail.gmail.com> <20140624225912.GX23976@ivaldir.etoilebsd.net> <CAF6rxgkv%2BSsirjPCTpaGntnRcbZ-8ZpzauG0FAmTdNToPrSwTg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--HJ7DkX9BXQhna2ov Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 24, 2014 at 04:37:55PM -0700, Eitan Adler wrote: > On 24 June 2014 15:59, Baptiste Daroussin <bapt@freebsd.org> wrote: > > On Tue, Jun 24, 2014 at 03:56:58PM -0700, Eitan Adler wrote: > >> On 24 June 2014 15:52, Baptiste Daroussin <bapt@freebsd.org> wrote: > >> > Author: bapt > >> > Date: Tue Jun 24 22:52:47 2014 > >> > New Revision: 359172 > >> > URL: http://svnweb.freebsd.org/changeset/ports/359172 > >> > QAT: https://qat.redports.org/buildarchive/r359172/ > >> > > >> > Log: > >> > Use MAKE_CMD > >> > > >> > Modified: > >> > head/devel/gnulib/Makefile > >> > > >> > Modified: head/devel/gnulib/Makefile > >> > =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/devel/gnulib/Makefile Tue Jun 24 22:51:41 2014 (r35= 9171) > >> > +++ head/devel/gnulib/Makefile Tue Jun 24 22:52:47 2014 (r35= 9172) > >> > @@ -27,7 +27,7 @@ post-patch: > >> > ${WRKSRC}/doc/Makefile > >> > > >> > do-build: > >> > - cd ${WRKSRC} && ${GMAKE} -C doc info html > >> > + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C doc inf= o html > >> > >> Any chance of a convenience shorthand for "${SETENV} ${MAKE_ENV} ${MAK= E_CMD}" ? > > > > You have DO_MAKE_BUILD that basically do that >=20 > Is there a reason you aren't using it? >=20 > (I'm not saying you should, I am asking to know for myself if I should be= ). >=20 Because it might have side effect here I don't want to experiment :) regards, Bapt --HJ7DkX9BXQhna2ov Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlOqDLUACgkQ8kTtMUmk6Ezs1wCdErvyuvrl9oKsQ4pHiLiDXCHx DY4AnilmyQtgMeTTAtoWhCc8TArgRw7W =NVOC -----END PGP SIGNATURE----- --HJ7DkX9BXQhna2ov--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140624234141.GY23976>