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 3252 invoked from network); 9 Jan 2003 17:27:34 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 209.249.29.67 with SMTP; 9 Jan 2003 17:27:34 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h09HRG516766; Thu, 9 Jan 2003 09:27:17 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: gdb.c++ vs dos names References: <3E1DA1AC.9000302@redhat.com> From: David Carlton Date: Thu, 09 Jan 2003 17:27:00 -0000 In-Reply-To: <3E1DA1AC.9000302@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00366.txt.bz2 On Thu, 09 Jan 2003 11:22:04 -0500, Andrew Cagney said: > The ARI is tossing up some name problems for GDB's [c++] testsuite > directory. One has me puzzled: > testsuite/gdb.c++/Makefile > I suspect that the new makefile stuff is forgetting to clean it up > after a configure? (The script is run over a release, and not the > files checked out of CVS). After my last response, I just noticed something: the Makefile in testsuite lists only gdb.stabs in SUBDIRS, so 'make distclean' doesn't descend into all of the directories. Maybe that's where the problem is. I have to run and teach a class now, else I'd investigate further. David Carlton carlton@math.stanford.edu