From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25866 invoked by alias); 23 Feb 2011 03:36:23 -0000 Received: (qmail 25830 invoked by uid 22791); 23 Feb 2011 03:36:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 03:36:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CC17F2BABAB; Tue, 22 Feb 2011 22:36:15 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PJ+jqeIkfVJo; Tue, 22 Feb 2011 22:36:15 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 476302BABB0; Tue, 22 Feb 2011 22:36:15 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A72421459B0; Wed, 23 Feb 2011 07:36:06 +0400 (RET) Date: Wed, 23 Feb 2011 03:36:00 -0000 From: Joel Brobecker To: Yao Qi Cc: Michael Snyder , "gdb@sourceware.org" Subject: Re: make clean doesn't run in gdbserver/common Message-ID: <20110223033606.GO2617@adacore.com> References: <4D642638.8090207@vmware.com> <4D647F61.5080307@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D647F61.5080307@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00127.txt.bz2 > gdb/gdbserver/ > > * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable. > (subdir_do): New make target. Copied from gdb/Makefile. > (maintainer-clean, realclean, distclean, clean): Call corresponding > make targets in common/Makefile. What happens if you do a "make distclean" on a platform where both GDB & GDBserver get built automatically in one "make"? It looks like we will first do a distclean in gdb/ first, deleting gdb/common/Makefile, and then do a distclean in gdbserver/, which will try to do a distclean a second time in gdb/common, no? The second one will fail due to the missing Makefile. -- Joel