From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22815 invoked by alias); 3 Mar 2003 14:47:29 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22804 invoked from network); 3 Mar 2003 14:47:28 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 3 Mar 2003 14:47:28 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h23ElRc25240; Mon, 3 Mar 2003 08:47:27 -0600 Date: Mon, 03 Mar 2003 14:47:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303031447.h23ElRc25240@duracef.shout.net> To: drow@mvista.com, gdb@sources.redhat.com Subject: Re: DejaGNU vs snapshots [drow@mvista.com: Re: [5.3] What's the hold up?] X-SW-Source: 2003-03/txt/msg00051.txt.bz2 Yeah, that's the same problem (PR gdb/708), and the same patch that I have: add a distclean-local goal to Makefile.am. I am working on this as a prospective dejagnu contributor now, so I want to dig a little deeper. dejagnu has a lot of crap in their configure/automake/make-distribution logic, such as a custom TCL script to do cleaning! My plan is to cuddle up with the autoconf/automake/libtool book and then clean up CVS dejagnu and then do an import. We can do something faster in sourceware if we want, either the 'distclean-local' idea or Andrew's earlier local fix from 2000, which is even simpler: add 'example' and 'testsuite' to the SUBDIRS list in Makefile.am. Michael C