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
?


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

Reply via email to