From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23161 invoked by alias); 24 Sep 2002 16:49:45 -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 23147 invoked from network); 24 Sep 2002 16:49:43 -0000 Received: from unknown (HELO darkstar.welcomehome.org) (192.203.188.2) by sources.redhat.com with SMTP; 24 Sep 2002 16:49:43 -0000 Received: (from rob@localhost) by darkstar.welcomehome.org (8.11.6/8.11.6) id g8OGidJ09732; Tue, 24 Sep 2002 10:44:39 -0600 Date: Tue, 24 Sep 2002 09:49:00 -0000 From: Rob Savoye To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com Cc: bug-dejagnu@gnu.org Subject: Re: [Bug-dejagnu] Dejagnu and parallel make tests of gcc Message-ID: <20020924104439.C8038@welcomehome.org> References: <200209241614.g8OGE2030397@pc960.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209241614.g8OGE2030397@pc960.cambridge.arm.com>; from Richard Earnshaw on Tue, Sep 24, 2002 at 05:14:02PM +0100 X-SW-Source: 2002-09/txt/msg00585.txt.bz2 On Tue, Sep 24, 2002 at 05:14:02PM +0100, Richard Earnshaw wrote: > Ok, first question. Is the copy of dejagnu on sources.redhat.com (the one > in gdb) the master copy these days, or is there some other mailing list > for dejagnu framework patches? The official sources are on Savannah. www.gnu.org/software/dejagnu should get you there. I do believe sources.redhat.com has recently been synced up with the master repository at the FSF. But these two repositories are usually reasonably close to each other. > The second patch is to the dejagnu framework itself and ensures that when > we transfer the object to the (potentially remote) host we use a filename > that will not conflict with any other -- in this case I've chosen > ${tool}_tg.o, which should be fairly safe. Looks safe to me. I'll check it in after the DejaGnu 1.4.3 release happens over the next day or so. (I hope) I'm just trying to get my release files uploaded to the FSF still... then it's done. - rob -