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 26826 invoked from network); 10 Jan 2003 15:27:35 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 10 Jan 2003 15:27:35 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0AFRMJ22611; Fri, 10 Jan 2003 09:27:22 -0600 Date: Fri, 10 Jan 2003 15:27:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301101527.h0AFRMJ22611@duracef.shout.net> To: ac131313@redhat.com Subject: Re: [rfa] doc/gdbint.texinfo: update commands for release tarball Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-01/txt/msg00400.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 Michael C