grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add osdep/init.c to grub-mount files
@ 2013-10-14 10:55 Andrey Borzenkov
  2013-10-14 11:00 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-10-14 10:55 UTC (permalink / raw)
  To: grub-devel

util/grub_mount-grub-mount.o: In function `main':
grub-mount.c:(.text+0x1043): undefined reference to `grub_util_host_init'

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>

---
 Makefile.util.def | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.util.def b/Makefile.util.def
index 6146445..5008193 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -267,6 +267,7 @@ program = {
   common = util/grub-mount.c;
   common = grub-core/kern/emu/hostfs.c;
   common = grub-core/disk/host.c;
+  common = grub-core/osdep/init.c;
 
   ldadd = libgrubmods.a;
   ldadd = libgrubgcry.a;
-- 
tg: (9586912..) u/grub-mount_osdep-init (depends on: master)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] add osdep/init.c to grub-mount files
  2013-10-14 10:55 [PATCH] add osdep/init.c to grub-mount files Andrey Borzenkov
@ 2013-10-14 11:00 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-10-14 11:00 UTC (permalink / raw)
  To: The development of GNU GRUB

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

Go ahead.
On 14.10.2013 12:55, Andrey Borzenkov wrote:
> util/grub_mount-grub-mount.o: In function `main':
> grub-mount.c:(.text+0x1043): undefined reference to `grub_util_host_init'
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
> 
> ---
>  Makefile.util.def | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile.util.def b/Makefile.util.def
> index 6146445..5008193 100644
> --- a/Makefile.util.def
> +++ b/Makefile.util.def
> @@ -267,6 +267,7 @@ program = {
>    common = util/grub-mount.c;
>    common = grub-core/kern/emu/hostfs.c;
>    common = grub-core/disk/host.c;
> +  common = grub-core/osdep/init.c;
>  
>    ldadd = libgrubmods.a;
>    ldadd = libgrubgcry.a;
> 



[-- 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-14 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 10:55 [PATCH] add osdep/init.c to grub-mount files Andrey Borzenkov
2013-10-14 11:00 ` 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).