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]

Problems with snapshot 20000412


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?

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.

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