gcc CVS breakage

Matthias Klose doko@cs.tu-berlin.de
Wed Sep 11 14:27:00 GMT 2002


Janis Johnson writes:
> On Wed, Sep 11, 2002 at 08:03:35AM +0200, Matthias Klose wrote:
> >
> > I reverted the patch to Makefile.am and Makefile.in to renable the
> > bootstrap.
> > 
> > Both MAKEINFO and MAKEINFOFLAGS are overwritten by the toplevel
> > Makefile.
> > 
> > 
> > 2002-09-11  Matthias Klose  <doko@debian.org>
> > 
> >         * Makefile.am: Revert the previous patch.
> >         * Makefile.in: Regenerated.
> > 
> > --- Makefile.am~	2002-09-11 07:17:56.000000000 +0200
> > +++ Makefile.am	2002-09-11 07:38:23.000000000 +0200
> > @@ -58,16 +58,6 @@
> >  
> >  AM_CFLAGS = @fastjar_warn_cflags@
> >  
> > -MAKEINFO += -I $(srcdir)/../gcc/doc/include
> [snip]
> 
> The MAKEINFO commands in gcc/Makefile specify the -I flags directly.

yes, but it's not autogenerated by automake, as fastjar does. The only
thing that would work is to duplicate the rules for dvi and info
generation, which is ugly as well.

or maybe do not pass MAKEINFOFLAGS from the toplevel makefile. It
seems it's not needed, because MAKEINFO is passed as "$(MAKEINFO)
$(MAKEINFOFLAGS)".

	Matthias



More information about the Gcc-bugs mailing list