This is the mail archive of the gdb-patches@sourceware.org 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: [RFC] Missing files in Makefile.in


>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:

Pierre> List of not listed headers:
[...]

Pierre> List of not listed c sources:
[...]

I think headers and source files only really need to be listed for TAGS.
It would be great to list them all, though.

Pierre>   I also noticed that there are
Pierre> files located in gdbserver subdirectory
Pierre> that are listed in this Makefile.in...
  
I don't know about this one.  For TAGS it seems like the wrong thing;
gdbserver should have its own TAGS file.

Pierre> Should we do something about those
Pierre> inconsistencies?

Yes please :-)

It would be nice to move to a more Automake-like scheme, where the build
sources mention source files only, and then we use .c->.o substitutions
to list the object files.  Or, we could just switch to Automake.  Either
of these is likely to be a pain though; if you want to just patch up the
existing stuff, that is totally fine.

Tom


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