From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F1CD913877A for ; Sun, 10 Aug 2014 00:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FF6E09EA; Sun, 10 Aug 2014 00:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B18AE09E9 for ; Sun, 10 Aug 2014 00:33:49 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 020783402E8 for ; Sun, 10 Aug 2014 00:33:47 +0000 (UTC) Date: Sat, 9 Aug 2014 17:32:46 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] emake: pass EXTRA_EMAKE after user's "$@", not before Message-ID: <20140809173246.21c37846.dolsen@gentoo.org> In-Reply-To: <1406239907-10901-1-git-send-email-slyfox@gentoo.org> References: <1406239907-10901-1-git-send-email-slyfox@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 597e5c2f-ebbf-4cd6-bf11-20f887641b3f X-Archives-Hash: e08b2e9ea2a2531d7a75e229bc8e1807 On Fri, 25 Jul 2014 01:11:47 +0300 Sergei Trofimovich wrote: > Patch allows easier override or ebuild things, like > #foo-9999.ebuild: > src_compile() { > emake V=1 > } > > EXTRA_EMAKE="V=0" emerge =foo-9999 > > That way it's easier to eyeball upstream builds for new warnings. > > This behaviour is more in line with EXTRA_ECONF variable. > > Signed-off-by: Sergei Trofimovich > --- Applied, thank you for this patch. -- Brian Dolbec