From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 14572 invoked from network); 10 Jan 2003 15:58:53 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 10 Jan 2003 15:58:53 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id ED44B3E02; Fri, 10 Jan 2003 10:58:42 -0500 (EST) Message-ID: <3E1EEDB2.9060506@redhat.com> Date: Fri, 10 Jan 2003 15:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] doc/gdbint.texinfo: update commands for release tarball References: <200301101527.h0AFRMJ22611@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00403.txt.bz2 > Andrew C writes: > >> The section `Configuring @value{GDBN} for Release' should be deleted. >> It's been entirely superseeded by the chapter `Releasing GDB'. > > > Ah, okay, I will delete that section and edit this part: > > @smallexample > $ for m in gdb insight > do > ( cd $m/src && gmake -f Makefile.in $m.tar ) > done > $ ( m=dejagnu; cd $m/src && gmake -f Makefile.in $m.tar.bz2 ) > @end smallexample For the moment, I think clone it. (but add a cindex?) I cut/paste these sequeces when doing a release (which is why they keep changing) so having just the new one there would break me doing a re-spin of the current branch :-) Andrew