From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13057 invoked by alias); 30 Sep 2002 15:24:50 -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 13020 invoked from network); 30 Sep 2002 15:24:48 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 30 Sep 2002 15:24:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 867583CB7; Mon, 30 Sep 2002 11:24:44 -0400 (EDT) Message-ID: <3D986CBC.4090003@redhat.com> Date: Mon, 30 Sep 2002 08:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: Top level: Separate src release scripts from Makefile (correct) References: <20020929222448.GA8342@doctormoo.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00754.txt.bz2 > This time it actually works; > 'make -f src-release gdb+dejagnu.tar' works (and the md5sum is there). > 'make -f src-release gas.tar.bz' works. > > otherwise the same as > http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01761.html, > including ChangeLog. > Today's GDB's snap appears to have worked. We've now got a stable baseline. I've updated GDB's snapshot script so that it will work with either src-release (prefered) or Makefile.in. From GDB's point of view, I think the next steps are: commit the src-release file; check that tomorrow's snap works; and finally, commit the src/Makefile changes so all is back in sync. Although, before all this you need a thumbs up from binutils. Andrew