* [PATCH] Add grub-core/kern/disk_common.c to extra_dist
@ 2013-10-27 18:59 Andrey Borzenkov
2013-10-27 19:26 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-10-27 18:59 UTC (permalink / raw)
To: grub-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add grub-core/kern/disk_common.c to extra_dist
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
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-10-27 19:26 UTC (permalink / raw)
To: grub-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-27 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).