From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 23:38:27 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 6144C806 for ; Tue, 24 Jun 2014 23:38:27 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (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 1AAFD2C89 for ; Tue, 24 Jun 2014 23:38:26 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id v10so898206qac.27 for ; Tue, 24 Jun 2014 16:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=R/X9J36czwAUTRG9LhEt98gR+4eIak1hYTtLZ4kvMvE=; b=PiRClptMwfQ7PCMbeNGTBut+7rrv5YBbClsBN+5KIE52OXt0gYnqSlOrI3WEFkub2C aDsvDM8r3PMQGRkTYdF2P93n9LW2n5J1AasI/gIYHQoqHco7PRVwtSXNFbOYevKjn+Lc AIHZuiBQAN9IQy0iznOROfJwbyNcGNmB3iZRs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=R/X9J36czwAUTRG9LhEt98gR+4eIak1hYTtLZ4kvMvE=; b=FIszvO+wTrTKFcyZ8h+aeCTUptsVQsHxuXZJbbIdtKSECe+9yI4owZP+QhgU9jfu07 UHkbqjCFToqFA0gbMBq3hrWC6t68hWHTatmlahBuK9CLgyXtBaPE1wS2sPOZZb2f3wTG NCNk4Nrp7JK7LUQKczffWF29fDD2uRkhsgfaycOCmy90mOgiluempyXo2WioypYejuPE hYuTKURXHYMHyz/HlZVUy+/j2TBLcEvP5omYXn7w3MRHC0W+QCzF4hVhwPSuJHL1oR/Y ssQ1SkNQuTCqBPHFM4Ht2+jJ6Y8SIprwSBQ77+t05sE6wxuuN1xquso3dPPNfjF5+8CM Gy8A== X-Gm-Message-State: ALoCoQmeIj4IvFzFGjxTyUzPgNbxN0gY6yPU38e7xUBji/l/whdFGZoVmVxupWnDN4YB3SkqWdFM X-Received: by 10.140.94.225 with SMTP id g88mr6007332qge.101.1403653106035; Tue, 24 Jun 2014 16:38:26 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.222.131 with HTTP; Tue, 24 Jun 2014 16:37:55 -0700 (PDT) In-Reply-To: <20140624225912.GX23976@ivaldir.etoilebsd.net> References: <201406242252.s5OMqmf0002507@svn.freebsd.org> <20140624225912.GX23976@ivaldir.etoilebsd.net> From: Eitan Adler Date: Tue, 24 Jun 2014 16:37:55 -0700 X-Google-Sender-Auth: cO8Z8LU-S2uLUiPx-b4KJsIY3Sc Message-ID: Subject: Re: svn commit: r359172 - head/devel/gnulib To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 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 23:38:27 -0000 On 24 June 2014 15:59, Baptiste Daroussin wrote: > 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 >> > ============================================================================== >> > --- head/devel/gnulib/Makefile Tue Jun 24 22:51:41 2014 (r359171) >> > +++ head/devel/gnulib/Makefile Tue Jun 24 22:52:47 2014 (r359172) >> > @@ -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 html >> >> Any chance of a convenience shorthand for "${SETENV} ${MAKE_ENV} ${MAKE_CMD}" ? > > You have DO_MAKE_BUILD that basically do that Is there a reason you aren't using it? (I'm not saying you should, I am asking to know for myself if I should be). -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams