From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25657 invoked by alias); 29 Sep 2002 22:13:00 -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 25638 invoked from network); 29 Sep 2002 22:12:59 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 29 Sep 2002 22:12:59 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id g8TMCvC32684; Sun, 29 Sep 2002 18:12:57 -0400 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id g8TMCv813264; Sun, 29 Sep 2002 18:12:57 -0400 Date: Sun, 29 Sep 2002 15:13:00 -0000 Message-Id: <200209292212.g8TMCv813264@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: neroden@doctormoo.dyndns.org CC: ac131313@redhat.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@gcc.gnu.org In-reply-to: <20020929214623.GA9252@doctormoo.dyndns.org> (message from Nathanael Nerode on Sun, 29 Sep 2002 17:46:23 -0400) Subject: Re: Top level: Separate src release scripts from Makefile 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> X-SW-Source: 2002-09/txt/msg00731.txt.bz2 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 ? And I also agree that src/Makefile.in should not itself be used to do releases. That's just icky.