On Tue, Aug 28, 2007 at 05:54:47PM +0200, Simon Peter wrote:
> > Btw, could you please include a ChangeLog entry with your patch?
>
> Sure. The new version (including aforementioned fixes) against latest
> CVS head is attached.
+ * genmk.rb: Added support for finer-grained dependency
+
> > and correcting the two header file dependencies (not
> > the binaries depend on the headers, but one of the source files,
> > respectively).
> This doesn't sound right. Since the source files (grub-setup.c,
> grub-probe.c) are not dynamicaly generated, make doesn't need a rule
> to "build" the
On Sun, Aug 26, 2007 at 09:36:01PM +0200, Simon Peter wrote:
> Hi!
>
> > > Making this work properly might be a bit trickier. I myself don't
> > > understand it (plus, I'm ruby illiterate), so I'm afraid I can't be
> > > of help on this.
> > Thank you for your response. As I said, it's pretty mu
Hi!
> > Making this work properly might be a bit trickier. I myself don't
> > understand it (plus, I'm ruby illiterate), so I'm afraid I can't be
> > of help on this.
> Thank you for your response. As I said, it's pretty much a band-aid
> response. I'll take deeper look at the build process.
I
On Fri, 20 Jul 2007 19:21:05 +0200
Robert Millan <[EMAIL PROTECTED]> wrote:
> Thank you for your help, but it is a bit more complicated than that. The file
> you're modifiing is dynamicaly generated with:
>
> ruby1.8 genmk.rb < conf/i386-pc.rmk > conf/i386-pc.mk
>
> Making this work properly
On Tue, Jul 17, 2007 at 06:29:25AM -0300, Kevin Lacquement wrote:
> Greetings all,
>
> A bug was recently filed on Gentoo
> (https://bugs.gentoo.org/show_bug.cgi?id=185361), showing that for a parallel
> make headers aren't necessarily built before their object files. I didn't
> look much into
Greetings all,
A bug was recently filed on Gentoo
(https://bugs.gentoo.org/show_bug.cgi?id=185361), showing that for a parallel
make headers aren't necessarily built before their object files. I didn't look
much into the problem, I just made a quick band-aid patch, which only handles
the repo