This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/gdbserver] use $(SHELL) instead of "sh"


On Wed, Oct 31, 2007 at 05:14:27PM -0400, Joel Brobecker wrote:
> Hello,
> 
> Something that I noticed a few weeks back when I was trying to build
> the GDB server from a Solaris host. The system "sh" is not good enough
> to run regdat.sh. Attached is a patch that removes the hard-coded
> call to "sh" by a call to whatever SHELL is set to.
> 
> 2007-10-31  Joel Brobecker  <brobecker@adacore.com>
> 
>         * 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...

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]