From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1In5Hk-0004yJ-NA for garchives@archives.gentoo.org; Wed, 31 Oct 2007 04:34:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9V4Xf8J019017; Wed, 31 Oct 2007 04:33:41 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9V4Vkal016659 for ; Wed, 31 Oct 2007 04:31:47 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B9A2964E55; Wed, 31 Oct 2007 04:31:45 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: ChangeLog xen-3.1.1.ebuild Date: Wed, 31 Oct 2007 00:31:43 -0400 User-Agent: KMail/1.9.7 Cc: Donnie Berkholz , marineam@gentoo.org References: <20071015221718.GL23990@supernova> In-Reply-To: <20071015221718.GL23990@supernova> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart41169335.1rRNbYLkjD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200710310031.43815.vapier@gentoo.org> X-Archives-Salt: d04eda8e-6fe0-46ad-a086-0bcc1639c824 X-Archives-Hash: 890a690e830de08a559d7f0cf8be0079 --nextPart41169335.1rRNbYLkjD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Monday 15 October 2007, Donnie Berkholz wrote: > On 18:33 Mon 15 Oct , Micheal Marineau (marineam) wrote: > > 1.1 app-emulation/xen/xen-3.1.1.ebuild > > > > file : > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1 > >.1.ebuild?rev=1.1&view=markup plain: > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen/xen-3.1 > >.1.ebuild?rev=1.1&content-type=text/plain > > > > src_compile() { > > local myopt > > use debug && myopt="${myopt} debug=y" > > use pae && myopt="${myopt} pae=y" > > > > if use custom-cflags; then > > filter-flags -fPIE -fstack-protector > > else > > unset CFLAGS > > fi > > > > # Send raw LDFLAGS so that --as-needed works > > emake LDFLAGS="$(raw-ldflags)" -C xen ${myopt} || die "compile failed" > > } > > > > src_install() { > > local myopt > > use debug && myopt="${myopt} debug=y" > > use pae && myopt="${myopt} pae=y" > > The environment should be preserved across phases, so you shouldn't have > to repeat this stuff. "myopt" is declared "local" -mike --nextPart41169335.1rRNbYLkjD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iQIVAwUARygFL0FjO5/oN/WBAQIMIw//XkU5AYIYjjagk+moyDnpAD47GbCF+Y89 F4zlFsNTI516AfOcnAlTkiNmOHpLKWanK4TvQQKbNBKsAOzmqwFAl58yM9X4u8CD KXILbGRF2BZ9d2XAef0oMUXstWvBAqce/+HE3u0N0VKPSCdkU8DV+vv4wQIbdFN+ hvRIN21828RzBf03e0jeWysI/MBFztAvHNiD1M9W3rIWkQqfsHKHzkClzPSLnWNd Xes5TGyvmo+Sf68erffPuAHzSE5iwvG/HE1TIfVLe3bRgwf0DVEtstVY42kDQGoS K4myen5atLaOKFh3gaDTP7D/ZGKgNttP4oueDU/ukvC909eKTYE0TAZGhU2kj+Ob S6T4lPK7k4CSsHgLvQZi9P3Z+TjGf7xneXQ/4Po/7eQrF/sRrRpSS8xbwQx04e33 0f6V99T82L/qzANe2gPfoOLa4sEjj2MZrdgRw8ldWyYZenV0HS6ztOiMts84JG98 zXMRPEt78GyprjL9Jheh13AUYQ1bTYblWl93hK4SNfyZgPOb+siemxziYvLx+5iu RXe+hTFQICl4EtyPxsIl3s0RACdrh7OEnSQBrm6HX19uv0fJYAOkSuJ1u6pmrwcg cTgja+5yrgK+RA6/LBTW+OTE1R/uwlmo9t8gIhq4lq2DlL1oBMhrbVdYcuQ58Mhn ztndYqjL9+U= =FLiX -----END PGP SIGNATURE----- --nextPart41169335.1rRNbYLkjD-- -- gentoo-dev@gentoo.org mailing list