From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] fix missing cpio_common.c in tardist
Date: Sun, 16 Jun 2013 13:40:46 +0200 [thread overview]
Message-ID: <51BDA43E.6000908@gmail.com> (raw)
In-Reply-To: <1371361369-23801-1-git-send-email-arvidjaar@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]
On 16.06.2013 07:42, Andrey Borzenkov wrote:
> [ 112s] ../grub-core/fs/cpio.c:51:25: fatal error: cpio_common.c: No such file or directory
> [ 112s] compilation terminated.
>
> As it is used by multiple modules, add it as global EXTRA_DIST.
>
Go ahead
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
>
> ---
> ChangeLog | 4 ++++
> conf/Makefile.extra-dist | 2 ++
> 2 files changed, 6 insertions(+)
>
> diff --git a/ChangeLog b/ChangeLog
> index e71a848..979bc53 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
> +
> + * conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.c.
> +
> 2013-06-16 Vladimir Serbinenko <phcoder@gmail.com>
>
> 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 += grub-core/efiemu/runtime/config.h
>
> EXTRA_DIST += grub-core/lib/LzmaDec.c
>
> +EXTRA_DIST += grub-core/fs/cpio_common.c
> +
> EXTRA_DIST += BUGS
> EXTRA_DIST += util/i386/efi/grub-dumpdevtree
> EXTRA_DIST += util/spkmodem-recv.c
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]
prev parent reply other threads:[~2013-06-16 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-16 5:42 [PATCH] fix missing cpio_common.c in tardist Andrey Borzenkov
2013-06-16 11:40 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51BDA43E.6000908@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.