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]

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


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?

Thanks,
-- 
Joel

Attachment: makefile.in.diff
Description: Text document


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