All of lore.kernel.org
 help / color / mirror / Atom feed
* compilation of grub-emu is currently broken
@ 2009-02-01 20:08 Felix Zielcke
  2009-02-01 22:10 ` Vesa Jääskeläinen
  2009-02-03 13:22 ` Felix Zielcke
  0 siblings, 2 replies; 4+ messages in thread
From: Felix Zielcke @ 2009-02-01 20:08 UTC (permalink / raw)
  To: The development of GRUB 2

grub_emu-normal_main.o: In function `grub_mod_init':
/home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to `grub_menu_viewer_register'
grub_emu-normal_main.o: In function `grub_normal_execute':
/home/fz/grub/grub2.svn/normal/main.c:580: undefined reference to `grub_menu_viewer_show_menu'

-- 
Felix Zielcke




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

* Re: compilation of grub-emu is currently broken
  2009-02-01 20:08 compilation of grub-emu is currently broken Felix Zielcke
@ 2009-02-01 22:10 ` Vesa Jääskeläinen
  2009-02-03 13:22 ` Felix Zielcke
  1 sibling, 0 replies; 4+ messages in thread
From: Vesa Jääskeläinen @ 2009-02-01 22:10 UTC (permalink / raw)
  To: The development of GRUB 2

Felix Zielcke wrote:
> grub_emu-normal_main.o: In function `grub_mod_init':
> /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to `grub_menu_viewer_register'
> grub_emu-normal_main.o: In function `grub_normal_execute':
> /home/fz/grub/grub2.svn/normal/main.c:580: undefined reference to `grub_menu_viewer_show_menu'
> 

This is actually quite good reminder what is wrong in our current build
system.

How to specify common files for multiple places...

One good example is normal.mod. There is only one non-common file that
needs to be there and for that reason it needs to reside on arch
specific makefile. So we have same definition on multiple files.

In that light I would prefer to have grub-emu architecture that has only
specific code there. And then somehow tackle nicely those arch specific
stuff to own makefiles...

Any ideas are welcome how to achieve that in good way?



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

* Re: compilation of grub-emu is currently broken
  2009-02-01 20:08 compilation of grub-emu is currently broken Felix Zielcke
  2009-02-01 22:10 ` Vesa Jääskeläinen
@ 2009-02-03 13:22 ` Felix Zielcke
  2009-02-03 17:38   ` Vesa Jääskeläinen
  1 sibling, 1 reply; 4+ messages in thread
From: Felix Zielcke @ 2009-02-03 13:22 UTC (permalink / raw)
  To: The development of GRUB 2

Am Sonntag, den 01.02.2009, 21:08 +0100 schrieb Felix Zielcke:
> grub_emu-normal_main.o: In function `grub_mod_init':
> /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to `grub_menu_viewer_register'
> grub_emu-normal_main.o: In function `grub_normal_execute':
> /home/fz/grub/grub2.svn/normal/main.c:580: undefined reference to `grub_menu_viewer_show_menu'

Fix commited.

-- 
Felix Zielcke




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

* Re: compilation of grub-emu is currently broken
  2009-02-03 13:22 ` Felix Zielcke
@ 2009-02-03 17:38   ` Vesa Jääskeläinen
  0 siblings, 0 replies; 4+ messages in thread
From: Vesa Jääskeläinen @ 2009-02-03 17:38 UTC (permalink / raw)
  To: The development of GRUB 2

Felix Zielcke wrote:
> Am Sonntag, den 01.02.2009, 21:08 +0100 schrieb Felix Zielcke:
>> grub_emu-normal_main.o: In function `grub_mod_init':
>> /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to `grub_menu_viewer_register'
>> grub_emu-normal_main.o: In function `grub_normal_execute':
>> /home/fz/grub/grub2.svn/normal/main.c:580: undefined reference to `grub_menu_viewer_show_menu'
> 
> Fix commited.
> 

Thanks.




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

end of thread, other threads:[~2009-02-03 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 20:08 compilation of grub-emu is currently broken Felix Zielcke
2009-02-01 22:10 ` Vesa Jääskeläinen
2009-02-03 13:22 ` Felix Zielcke
2009-02-03 17:38   ` Vesa Jääskeläinen

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.