Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] gdbserver: install gdbreplay too
@ 2011-12-31  9:13 Mike Frysinger
  2011-12-31 14:25 ` Joel Brobecker
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mike Frysinger @ 2011-12-31  9:13 UTC (permalink / raw)
  To: gdb-patches

The gdbreplay binary is pretty useful, so install it by default like we
do with gdbserver already.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2011-12-31  Mike Frysinger  <vapier@gentoo.org>

	* Makefile.in (install): Install gdbreplay into $(bindir).
---
 gdb/gdbserver/Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index 01729ce..1ce196a 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -213,6 +213,8 @@ install-only:
 	$(INSTALL_PROGRAM) gdbserver$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT); \
 	$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(man1dir); \
 	$(INSTALL_DATA) $(srcdir)/gdbserver.1 $(DESTDIR)$(man1dir)/$$n.1
+	n=`echo gdbreplay | sed '$(program_transform_name)'`; \
+	$(INSTALL_PROGRAM) gdbreplay$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT); \
 
 uninstall: force
 	n=`echo gdbserver | sed '$(program_transform_name)'`; \
-- 
1.7.6.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-01-04 12:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-31  9:13 [PATCH] gdbserver: install gdbreplay too Mike Frysinger
2011-12-31 14:25 ` Joel Brobecker
2012-01-01 20:36 ` Jan Kratochvil
2012-01-02 12:47 ` Pedro Alves
2012-01-03  2:30   ` Mike Frysinger
2012-01-03  2:58     ` Joel Brobecker
2012-01-03  7:46       ` Joel Brobecker
2012-01-04 12:48     ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox