This is the mail archive of the gdb@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]
Other format: [Raw text]

Re: A.R. Index for GDB version 6.1.91_20040719


On Mon, Jul 19, 2004 at 05:01:50PM -0400, Michael Chastain wrote:
> eliz> I fixed the conflicts in bfd and gdb/sim.  As for
> eliz> gdb/testsuite/gdb.ada/gnat_ada.gpr.in, I wonder what is that file
> eliz> needed for, as I cannot see any reference to it except in Makefile.in
> eliz> in the same directory, where the file is removed in the clean: target.
> eliz> Can we simply remove this file, instead of remapping it to something
> eliz> that doesn't have 2 dots in the name?

Michael's explainations are acurate. There is a little confusion, though:
gnat_ada.gpr.in is not deleted by make clean.  It is gnat_ada.gpr that's
deleted, and the later is generated from gnat_ada.gpr.in by configure.

> $BUILD/gnat_ada.gpr.in is made from $SOURCE/gnat_ada.gpr by
> the usual autoconf magic.  Search for "gnat_ada.gpr" in the
> gdb/testsuite/configure.

Slight correction (was probably a typo). $BUILD/gnat_ada.gpr is
generated from $SOURCE/gnat_ada.gpr.in.

Back to Eli's problem: We need to have a name such that, after
generation from configure, we end up with "gnat_ada.gpr" (fortunately,
gnat_ada.gpr fits the 8+3 profile). Is that possible?

-- 
Joel


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