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 10932 invoked from network); 10 Jan 2003 20:38:08 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 10 Jan 2003 20:38:08 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DD89F3E02; Fri, 10 Jan 2003 15:37:57 -0500 (EST) Message-ID: <3E1F2F25.3020108@redhat.com> Date: Fri, 10 Jan 2003 20:38: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] gdb.texinfo: new release tarball commands References: <200301102034.h0AKYcW27845@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00412.txt.bz2 I like it :-) > @@ -5983,6 +5927,17 @@ > @subsubheading Do the dirty work > > This is identical to the process used to create the daily snapshot. > + > +@smallexample > +$ for m in gdb insight > +do > +( cd $m/src && gmake -f src-release $m.tar ) > +done > +$ ( m=dejagnu; cd $m/src && gmake -f src-release $m.tar.bz2 ) > +@end smallexample > + > +If the top level source directory does not have @file{src-release} > +(@value{GDBN} version 5.3.1 or earlier), try these commands instead. > > @smallexample > $ for m in gdb insight > Andrew