This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: Problems with snapshot 20000412


Eli Zaretskii wrote:
> 
> I have few problems with the 20000412 snapshot:
> 
> 1) It includes several changes in bfd/doc/Makefile.in which look like
>    this:
> 
>      .texi.dvi:
>     -   TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
>     +   TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
>               MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
> 
>    This change is *wrong*.  The TEXINPUTS variable should point to a list
>    of directories, not a list of files.
> 
>    Is it a bug in Automake?

I've not yet looked at this.
(Ian, FYI, this also appears in the trunk)

> 2) The diffs include files that AFAIK shouldn't be there:
>    dejagnu/example/calc/config.log, dejagnu/example/calc/config.status,
>    gdb/tui/Makefile, intl/config.status.  I think these files are also
>    in md5.sum, which also seems wrong.

FYI,  I've so far fixed gdb/tui/Makefile (and another gdb/* bug).  I'm
still testing my dejagnu fix and have not yet checked the intl/* problem
but suspect it is straightforward.

Hopefully tomorrow.

	Andrew

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