This is the mail archive of the gdb-patches@sources.redhat.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: doschk output


> Date: Wed, 26 Jul 2000 14:06:57 +1000
> From: Andrew Cagney <ac131313@cygnus.com>
> 
> It's below.  It is after applying fnchange.lst.  The nightly snapshot
> process is checking it and then sends me the results.

Is it possible to make the weekly snapshot send the results to me as
well (nightly is too much for me ;-)?  If so, I could probably take
corrective action...

> Eli, what should be done with the .info files?

In the short run, nothing.  DJTAR, the program used to unpack the
distribution (run by djunpack.bat) automatically renames the .info-*
files if the unpacking is done on DOS (as opposed to Windows 9X where
DJGPP supports long file names).  Of course, the Info tag tables need
to be edited manually, or else the Info reader will complain...

In the long run, we could consider switchting to bfd-1, gdb-1,
gdbint-1, etc., to avoid these problems altogether; this is what Emacs
and Texinfo distributions do, and I have yet to see a problem.  All it
takes is to replace this line:

  @setfilename gdb.info

with this:

  @setfilename gdb

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