This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: top level makefile.in


On Tue, Oct 01, 2002 at 11:12:07PM -0400, Hans-Peter Nilsson wrote:
> On Tue, 1 Oct 2002, H. J. Lu wrote:
> > On Wed, Oct 02, 2002 at 12:11:07PM +0930, Alan Modra wrote:
> > > On Tue, Oct 01, 2002 at 09:42:03PM -0400, Hans-Peter Nilsson wrote:
> > > > On Tue, 1 Oct 2002, Nathanael Nerode wrote:
> > > > > I finished the reversion, so the build shouldn't be breaking.
> > > >
> > > > It still does, building binutils right after configure, as of
> > > > 2002-10-02 00:00:23 GMT:
> > > >
> > > > cd . && autogen Makefile.def
> > > > /bin/sh: autogen: command not found
> > >
> > > Worse, configure is complaining about a missing "-e" command.  I'm
> > > applying the following obvious patch to configure, and have these
> > > Makefile.in and Makefile.tpl patches in my local tree which I'm not
> > > applying.  I suppose the proper fix is only to enable the Makefile.in
> > > rule when --enable-maintainer-mode.
> > >
> >
> > I don't think it is the problem. The problem is the line
> >
> > srcdir = .
> 
> That looks quite related.  Either way, it's still broken as
> shown above.
> 

Makefile.tpl looks ok:

srcdir = @srcdir@

I suspect either someone forgot to regenerate Makefile.in or autogen
is broken.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]