On Tue, Jan 29, 2008 at 11:10:21AM +0100, [EMAIL PROTECTED] wrote:
> Quoting Robert Millan <[EMAIL PROTECTED]>:
> 
> > On Tue, Jan 29, 2008 at 06:49:31AM +0100, Tristan Gingold wrote:
> > > -MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix
> > $(srcdir)/,$(MKFILES))
> > > +MAINTAINER_CLEANFILES = $(srcdir)/configure $(MKFILES)
> > >
> > >  # The default target.
> > >  all: all-local
> > >
> > >  ### Include an arch-specific Makefile.
> > > -$(addprefix $(srcdir)/,$(MKFILES)): %.mk: %.rmk genmk.rb
> > > +$(MKFILES): %.mk: %.rmk genmk.rb
> >
> > Don't these two break srcdir != objdir builds?
> 
> We wrote .mk files in srcdir, and this behaviour is kept.  Did I miss your 
> point
> ?

But mkfile generation itself can also happen when srcdir != objdir, can it?

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to