From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 22:59:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BF44496; Tue, 24 Jun 2014 22:59:19 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A80B82989; Tue, 24 Jun 2014 22:59:18 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id u56so1109278wes.22 for ; Tue, 24 Jun 2014 15:59:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4i5xRjVakS3gH2oTvigj6tmAtQlsLFEAbW+Af+8uhTY=; b=Y2g0lqgKsoJPZWjnxEe+OFfxgaalr3S6q7P9ndnLLWz9KTPJyzUNa9U7J91CsWRBNb aE75bcE1LvyjtUTpzhOVB1ADeEACykuqw6YEzO5taUXEQmg3/mT+U4cjMoUSHt/JmiQO 2HlFzKImGQJpOBHmUS7f+MJUl92AzZKZMEIHj1HYCztUlRx1OGskJxbR+SZ4sWXXPHvv vVAllt7OrCx12BoR8aFYPVVAMmCYSXoJoKNACS+Wpi355SjGpYoNZ70VhkLWv0omqxTA bQGKM4/wm/FQ9WxcTkJGTfGo1DUacxtQDB/xE+p/Gjd8G5s/JjGC85npdDeH2U7HxRpK 3S4w== X-Received: by 10.180.106.199 with SMTP id gw7mr8299350wib.21.1403650755973; Tue, 24 Jun 2014 15:59:15 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ey16sm47263810wid.14.2014.06.24.15.59.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jun 2014 15:59:14 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 25 Jun 2014 00:59:12 +0200 From: Baptiste Daroussin To: Eitan Adler Subject: Re: svn commit: r359172 - head/devel/gnulib Message-ID: <20140624225912.GX23976@ivaldir.etoilebsd.net> References: <201406242252.s5OMqmf0002507@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="csgZZokDzjk698W/" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 22:59:19 -0000 --csgZZokDzjk698W/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 24, 2014 at 03:56:58PM -0700, Eitan Adler wrote: > On 24 June 2014 15:52, Baptiste Daroussin 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 (r35917= 1) > > +++ head/devel/gnulib/Makefile Tue Jun 24 22:52:47 2014 (r35917= 2) > > @@ -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 info h= tml >=20 > Any chance of a convenience shorthand for "${SETENV} ${MAKE_ENV} ${MAKE_C= MD}" ? You have DO_MAKE_BUILD that basically do that regards, Bapt --csgZZokDzjk698W/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlOqAsAACgkQ8kTtMUmk6ExWfQCgk3ck/yeRelePIxBPKzP2Bc/L ol0An3SIB4GdToOffKLv3eVjf9Tgm/Nn =dsSY -----END PGP SIGNATURE----- --csgZZokDzjk698W/--