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: [RFC 1/2] link gdbserver against libiberty


On 02/12/2014 04:44 PM, Tom Tromey wrote:
> Pedro> Well, looking at gdb's own Makefile, we see that install-only there
> Pedro> already punts on "-only" when recursing, therefore never escaping
> Pedro> that gdb-specific target elsewhere:
> 
> Pedro> gdb's Makefile:
> 
> Pedro> install-only: $(CONFIG_INSTALL)
> Pedro> ...
> Pedro>         @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
> 
> Pedro> It's just that gdbserver's currently doesn't.  Seems quite easy to
> Pedro> do and just less magic.
> 
> Here's a revised patch.

Thank you!  Looks good to me.

-- 
Pedro Alves


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