grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] Add grub-core/kern/disk_common.c to extra_dist
Date: Sun, 27 Oct 2013 20:26:52 +0100	[thread overview]
Message-ID: <526D68FC.2090400@gmail.com> (raw)
In-Reply-To: <1382900385-11976-1-git-send-email-arvidjaar@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1658 bytes --]

Go ahead
On 27.10.2013 19:59, Andrey Borzenkov wrote:
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
> ---
>  ChangeLog                   | 7 +++++++
>  Makefile.util.def           | 1 +
>  grub-core/Makefile.core.def | 1 +
>  3 files changed, 9 insertions(+)
> 
> diff --git a/ChangeLog b/ChangeLog
> index 39541ad..bfa503a 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,10 @@
> +2013-10-14  Andrey Borzenkov <arvidjaar@gmail.com>
> +
> +	*  Makefile.util.def: Add grub-core/kern/disk_common.c to library
> +	extra_dist.
> +	* grub-core/Makefile.core.def: Add kern/disk_common.c to disk module
> +	extra_dist.
> +
>  2013-10-27  Vladimir Serbinenko  <phcoder@gmail.com>
>  
>  	* grub-core/loader/i386/bsd.c (grub_cmd_openbsd): Accept "sd", "cd",
> diff --git a/Makefile.util.def b/Makefile.util.def
> index 2c38b53..59e3e73 100644
> --- a/Makefile.util.def
> +++ b/Makefile.util.def
> @@ -15,6 +15,7 @@ library = {
>    common = grub-core/osdep/getroot.c;
>    common = grub-core/osdep/devmapper/getroot.c;
>    common = grub-core/osdep/relpath.c;
> +  extra_dist = grub-core/kern/disk_common.c;
>    extra_dist = grub-core/osdep/unix/relpath.c;
>    extra_dist = grub-core/osdep/aros/relpath.c;
>    extra_dist = grub-core/osdep/windows/relpath.c;
> diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
> index 2fb1cc9..036113b 100644
> --- a/grub-core/Makefile.core.def
> +++ b/grub-core/Makefile.core.def
> @@ -458,6 +458,7 @@ image = {
>  module = {
>    name = disk;
>    common = lib/disk.c;
> +  extra_dist = kern/disk_common.c;
>  };
>  
>  module = {
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

      reply	other threads:[~2013-10-27 19:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-27 18:59 [PATCH] Add grub-core/kern/disk_common.c to extra_dist Andrey Borzenkov
2013-10-27 19:26 ` 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=526D68FC.2090400@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).