From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UoBKM-0004Zg-9n for mharc-grub-devel@gnu.org; Sun, 16 Jun 2013 07:40:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoBKJ-0004Z7-8T for grub-devel@gnu.org; Sun, 16 Jun 2013 07:40:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoBKI-000475-7j for grub-devel@gnu.org; Sun, 16 Jun 2013 07:40:55 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:35992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoBKI-000470-1M for grub-devel@gnu.org; Sun, 16 Jun 2013 07:40:54 -0400 Received: by mail-ea0-f169.google.com with SMTP id h15so1211489eak.14 for ; Sun, 16 Jun 2013 04:40:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=s+4drV+weJQpaDA7NfIaYTVMtyBcLtof6GbAI8FelSg=; b=mhEhnKv+zdS4W+/f3TBZ4phOlMXdj1X84lqmovUbGsnxlBOZ1zIINlcUiN8D9i9MU9 XszBMhmzRHPIWDes6ByCYME9zIn8dSbsG44Gkz1DLO/Bjop2epL2OdTOLm1NMtVLkkM+ MIHXthY+9Ah0AuczsRAtYpTBD58Zw6svG6v4e7wrWGVxJbyeKibf2YXeH5bukU6of/Eu GgALhsUPoJSWLKDpVquvmHURjqx1/7X2MVs9JbnWpuJzlFg/jb4nifIhOMJ+/Xc+ZNKd rQVHONrDc+G4JafTsNc82BTCzjTpgR8eTekeU1fWMwb2rlTFWy/C83h7HKVIY1vVbmOa 0cdQ== X-Received: by 10.15.21.78 with SMTP id c54mr11700363eeu.14.1371382853277; Sun, 16 Jun 2013 04:40:53 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id n42sm16352797eeh.15.2013.06.16.04.40.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 04:40:52 -0700 (PDT) Message-ID: <51BDA43E.6000908@gmail.com> Date: Sun, 16 Jun 2013 13:40:46 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] fix missing cpio_common.c in tardist References: <1371361369-23801-1-git-send-email-arvidjaar@gmail.com> In-Reply-To: <1371361369-23801-1-git-send-email-arvidjaar@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2RWISLCMLQHWEULXILHCA" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::229 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, 16 Jun 2013 11:40:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2RWISLCMLQHWEULXILHCA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 16.06.2013 07:42, Andrey Borzenkov wrote: > [ 112s] ../grub-core/fs/cpio.c:51:25: fatal error: cpio_common.c: No s= uch file or directory > [ 112s] compilation terminated. >=20 > As it is used by multiple modules, add it as global EXTRA_DIST. >=20 Go ahead > Signed-off-by: Andrey Borzenkov >=20 > --- > ChangeLog | 4 ++++ > conf/Makefile.extra-dist | 2 ++ > 2 files changed, 6 insertions(+) >=20 > diff --git a/ChangeLog b/ChangeLog > index e71a848..979bc53 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,7 @@ > +2013-06-16 Andrey Borzenkov > + > + * conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.c. > + > 2013-06-16 Vladimir Serbinenko > =20 > Fix casts when compiling coreboot-specific code for 64-bit EFI. > diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist > index dc788a1..a76083b 100644 > --- a/conf/Makefile.extra-dist > +++ b/conf/Makefile.extra-dist > @@ -35,6 +35,8 @@ EXTRA_DIST +=3D grub-core/efiemu/runtime/config.h > =20 > EXTRA_DIST +=3D grub-core/lib/LzmaDec.c > =20 > +EXTRA_DIST +=3D grub-core/fs/cpio_common.c > + > EXTRA_DIST +=3D BUGS > EXTRA_DIST +=3D util/i386/efi/grub-dumpdevtree > EXTRA_DIST +=3D util/spkmodem-recv.c >=20 ------enig2RWISLCMLQHWEULXILHCA 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 Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlG9pD4ACgkQNak7dOguQgl4aAD9Fn+JBsJWqIFcP69DcqbJFvkY +f4X6EfS3AMxrawDBjIA/1v+c1ZqACzgRptzIgFTtukmd8Ib9yAGNXbUfvcMRRZM =7Oj8 -----END PGP SIGNATURE----- ------enig2RWISLCMLQHWEULXILHCA--