grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: [PATCH] Add grub-core/kern/disk_common.c to extra_dist
Date: Sun, 27 Oct 2013 22:59:45 +0400	[thread overview]
Message-ID: <1382900385-11976-1-git-send-email-arvidjaar@gmail.com> (raw)


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 = {
-- 
1.8.1.4



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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-27 18:59 Andrey Borzenkov [this message]
2013-10-27 19:26 ` [PATCH] Add grub-core/kern/disk_common.c to extra_dist Vladimir 'φ-coder/phcoder' Serbinenko

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=1382900385-11976-1-git-send-email-arvidjaar@gmail.com \
    --to=arvidjaar@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).