From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: compiling with 2.95
Date: Thu, 10 Mar 2005 21:22:41 +0100 [thread overview]
Message-ID: <200503102122.42050.okuji@enbug.org> (raw)
In-Reply-To: <422EC152.2060106@auto.ucl.ac.be>
On Wednesday 09 March 2005 10:26 am, Vincent Guffens wrote:
> I had a look in google about unnamed unions and I have seen some
> references about them with 2.95 but I was not able to compile with them.
> Maybe there is a gcc switch for them ?
I have no idea.
> Also, when compiling with an "old" system, there is this sed error message:
>
> sed: -e expression #1, char 69: Extra characters after command
>
> the sed version is:
> $ sed -V
> GNU sed version 3.02
>
> so I have also replaced in gencmdlist.sh the following line:
>
> #grep -v "^#" | sed -ne "/grub_register_command *( *\"/{s/.*(
> *\"\([^\"]*\)\".*/\1: $module/;p}"
> grep -v "^#" | grep -e "grub_register_command *( *\"" | sed -ne
> "s/.*grub_register_command *( *\"\([^,\"]*\).*/\1: $module/;p"
Oh, really? This is a very standard sed expression, I think. Ummh... What
should I do?
Okuji
next prev parent reply other threads:[~2005-03-10 20:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-02 15:03 compiling with 2.95 Vincent Guffens
2005-03-02 21:36 ` Yoshinori K. Okuji
2005-03-08 21:13 ` Marco Gerards
2005-03-09 9:26 ` Vincent Guffens
2005-03-10 20:22 ` Yoshinori K. Okuji [this message]
2005-03-11 9:40 ` Vincent Guffens
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=200503102122.42050.okuji@enbug.org \
--to=okuji@enbug.org \
--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.