From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11664 invoked by alias); 31 Oct 2007 21:43:21 -0000 Received: (qmail 11653 invoked by uid 22791); 31 Oct 2007 21:43:20 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Oct 2007 21:43:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D87342AABA7 for ; Wed, 31 Oct 2007 17:42:48 -0400 (EDT) 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 SA4G2Jjgp4AL for ; Wed, 31 Oct 2007 17:42:48 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BFFEE2AAB86 for ; Wed, 31 Oct 2007 17:42:48 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 849CBE7ACA; Wed, 31 Oct 2007 17:42:48 -0400 (EDT) Date: Wed, 31 Oct 2007 21:59:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/gdbserver] use $(SHELL) instead of "sh" Message-ID: <20071031214248.GC5259@adacore.com> References: <20071031211427.GN5265@adacore.com> <20071031213649.GA672@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071031213649.GA672@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2007-10/txt/msg00877.txt.bz2 > > 2007-10-31 Joel Brobecker > > > > * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh. > > > > Tested by rebuilding the gdbserver on x86-linux. > > OK to commit? > > Sure. Sorry, I tried to make the script sufficiently portable... Thanks, now checked in. In terms of the portability, I just think it's too hard to achieve perfect portability. We do our best, and when it still doesn't work using bash as a fallback seems pretty acceptable to me. -- Joel