From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: compilation of grub-emu is currently broken
Date: Mon, 02 Feb 2009 00:10:07 +0200 [thread overview]
Message-ID: <49861DBF.7080507@nic.fi> (raw)
In-Reply-To: <1233518913.3440.19.camel@fz.local>
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?
next prev parent reply other threads:[~2009-02-01 22:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-01 20:08 compilation of grub-emu is currently broken Felix Zielcke
2009-02-01 22:10 ` Vesa Jääskeläinen [this message]
2009-02-03 13:22 ` Felix Zielcke
2009-02-03 17:38 ` Vesa Jääskeläinen
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=49861DBF.7080507@nic.fi \
--to=chaac@nic.fi \
--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 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.