All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [BUG] Build system broken with i386.rmk
Date: Tue, 09 Sep 2008 15:21:07 +0200	[thread overview]
Message-ID: <1220966467.4222.7.camel@fz.local> (raw)
In-Reply-To: <48C674E0.9000302@gmail.com>

Am Dienstag, den 09.09.2008, 15:06 +0200 schrieb phcoder:
> Robert Millan wrote:
> > Can you be more specific about what's wrong in svn?  I believe ./autogen.sh
> > should fix your local tree.
> > 
> i386-pc.mk and common.mk are regenerated if necessary by make command
> but i386.mk isn't.
> Vladimir 'phcoder' Serbinenko

Actually they are generated in autogen.sh with

for rmk in conf/*.rmk; do
  ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
done

The problem is that we don't use automake stuff like this maintainer
mode
Then you would need to ./configure --enable-maintainer-mode or something
like that to enable these automatic regenerate rules in the Makefiles
Currently they're always enabled.
The problem can be some different autoconf version or something like
that or wrong timestamps.




  reply	other threads:[~2008-09-09 13:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-09  0:50 [BUG] Build system broken with i386.rmk phcoder
2008-09-09 12:39 ` Robert Millan
2008-09-09 13:06   ` phcoder
2008-09-09 13:21     ` Felix Zielcke [this message]
2008-09-09 13:59       ` Felix Zielcke

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=1220966467.4222.7.camel@fz.local \
    --to=fzielcke@z-51.de \
    --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.