From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29886 invoked by alias); 29 Sep 2002 22:23:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29779 invoked from network); 29 Sep 2002 22:23:45 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 29 Sep 2002 22:23:45 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17vmPM-00029E-00; Sun, 29 Sep 2002 18:19:24 -0400 Date: Sun, 29 Sep 2002 15:23:00 -0000 To: DJ Delorie Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@redhat.com Subject: Re: Top level: Separate src release scripts from Makefile Message-ID: <20020929221923.GA5246@doctormoo.dyndns.org> References: <20020929165232.GA27545@doctormoo.dyndns.org> <3D9733C2.2010405@redhat.com> <20020929172608.GA27678@doctormoo.dyndns.org> <3D973C44.6090601@redhat.com> <20020929174544.GA30373@doctormoo.dyndns.org> <3D974828.4050009@redhat.com> <20020929190100.GA31652@doctormoo.dyndns.org> <3D9764F8.7000100@redhat.com> <20020929214623.GA9252@doctormoo.dyndns.org> <200209292212.g8TMCv813264@envy.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209292212.g8TMCv813264@envy.delorie.com> User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-09/txt/msg00732.txt.bz2 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.