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]
Other format: [Raw text]

Re: Top level: Separate src release scripts from Makefile


On Sun, Sep 29, 2002 at 06:12:57PM -0400, DJ Delorie wrote:
> 
> I'm thinking perhaps the release stuff should be in a package-specific
> subdirectory?  Like the binutils release script should be in
> src/binutils, and the gdb release script in src/gdb ?

Good idea, but it requires an order of magnitude more work to get right;
I'd much rather do it after I manage to get it disentangled from
Makefile.in.  

Also, there's an awful lot of shared code at the moment and it might be
desirable to keep it shared.  (Although I can actually think of two
rather elegant solutions using autogen...)

> And I also agree that src/Makefile.in should not itself be used to do
> releases.  That's just icky.


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