From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TzU2F-0003Vz-RU for mharc-grub-devel@gnu.org; Sun, 27 Jan 2013 10:20:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzU2D-0003Vs-WD for grub-devel@gnu.org; Sun, 27 Jan 2013 10:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzU2C-000777-MI for grub-devel@gnu.org; Sun, 27 Jan 2013 10:20:41 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:49241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzU2C-000770-FS for grub-devel@gnu.org; Sun, 27 Jan 2013 10:20:40 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so1174921wgb.2 for ; Sun, 27 Jan 2013 07:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=cjNwWysX3fvawP7tzYMUUXNE9Y+4ECfA0zHT7udcxCM=; b=znPLHpo9MCDfIi+ccQsH4jHqlHpFRpPo1qDJS1cLueebTyMK7uzZdWZb22Ss32PjPY JGFAAmZGeq/zj57jng9pPTIsESji/wJLtCoTtM4GAII54dxD4A7+E60m2NoIlWUbx3yE EeDzi6Fj/ZVAKMPEj7+tKwtE6IzcuHHGCz/Fo1/87OQ0Pmb1YtVayCRUpt88Bq96lPdc c+7EWcwZiwIGD5U+KRlaA5puFwPj65fhS1Cl2QIY1sclSHr5EFme7/nomlXZClESrlrA zE2YKyMuHVt+S2NvDjQVEpocuEQQaPZcSlyTPs+71CrU5MiO53UzQ5503ynTB97/f423 w/sw== X-Received: by 10.180.99.165 with SMTP id er5mr5716610wib.1.1359300039743; Sun, 27 Jan 2013 07:20:39 -0800 (PST) Received: from debian.x201.phnet (33-233.197-178.cust.bluewin.ch. [178.197.233.33]) by mx.google.com with ESMTPS id bd6sm7724687wib.10.2013.01.27.07.20.37 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Jan 2013 07:20:38 -0800 (PST) Message-ID: <510545C3.3090308@gmail.com> Date: Sun, 27 Jan 2013 16:20:35 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH]: Add EFI conditional References: <510431B2.9010409@gmail.com> In-Reply-To: <510431B2.9010409@gmail.com> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigD419709A5E679FEC21F3ED1C" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.47 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 15:20:43 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD419709A5E679FEC21F3ED1C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 26.01.2013 20:42, Francesco Lavra wrote: > This patch adds the automake conditional COND_efi, which is true for > every configuration using the EFI platform. This conditional is used in= > grub-core/Makefile.am to remove some duplicated entries in > KERNEL_HEADER_FILES. > As the EFI platform is expected to be used in more architectures (work > is in progress to port GRUB to ARM using EFI), this patch will allow > not to have even more duplicated code in the future. >=20 ARM U-Boot port should be a priority, not EFI flavours. And this patch just moves the problem around. Rather than having to keep different clauses in Makefile.am in sync you have to keep gentpl.py and configure.ac in sync. Doesn't seem to be worth it. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigD419709A5E679FEC21F3ED1C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAlEFRcMACgkQNak7dOguQgkgrgD+PBBC76eJ061dbfXWk8ftAPBb 61iaJCZil2kzTI5J7jgA/3XJY4piBzruU+wKbaSoOtOi7+giGkka9BpG/2dvIq3C =Eitd -----END PGP SIGNATURE----- --------------enigD419709A5E679FEC21F3ED1C--