From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8630 invoked by alias); 5 Mar 2011 03:51:55 -0000 Received: (qmail 8618 invoked by uid 22791); 5 Mar 2011 03:51:55 -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; Sat, 05 Mar 2011 03:51:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DA9692BAE80; Fri, 4 Mar 2011 22:51:49 -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 LQY5BEWocA1j; Fri, 4 Mar 2011 22:51:49 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6D30E2BAE79; Fri, 4 Mar 2011 22:51:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2644B1459AD; Sat, 5 Mar 2011 07:51:30 +0400 (RET) Date: Sat, 05 Mar 2011 03:51:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: Remove make gnu-ism in gdbserver Message-ID: <20110305035130.GK30306@adacore.com> References: <4D6C9A29.3000701@codesourcery.com> <201103041702.p24H25o0014129@d06av02.portsmouth.uk.ibm.com> <20110305032445.GI30306@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110305032445.GI30306@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00360.txt.bz2 On Sat, Mar 05, 2011 at 07:24:45AM +0400, Joel Brobecker wrote: > > > $(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile > > > - @$(MAKE) $(FLAGS_TO_PASS) DO=all --directory=common > > > + @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=common subdir_do > > > > This breaks building gdbserver completely for me: This should now be fixed. I was able to reproduce by building the gdbserver standalone. It turns out that the other patch on which this depended had been approved by me (!), except that I asked Yao to wait for a few days, in order to give others some time to comment (I tend to defer to Pedro in the gdbserver/ area). Since I approved the patch, I applied it now. -- Joel