From: Konrad Rzeszutek Wilk Date: Wed, 13 Jan 2016 14:18:03 +0000 (-0500) Subject: Makefile: gdb X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=48171686cc540ebac2ebf5dff4cda5216ec4e23e;p=xentesttools%2Fbootstrap.git Makefile: gdb Add dependencies (previously they would come about if python was brought in). Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 4c73b2d..dc17465 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -1058,6 +1058,11 @@ ifeq ($(RPM_ARCH), x86_64) (cd userspace/usr$(LIBSDIR); ln -fs ../lib/libraw1394.so.11) endif +.PHONY: gdb-install +gdb-install: add-debug-bins + $(call RPM_TO_USERSPACE,*libexpat.so*,$(RPM_DIR)/expat) + $(call RPM_TO_USERSPACE,./usr/bin/gdb,$(RPM_DIR)/gdb) + .PHONY: gdb-install gdb-install: add-debug-bins $(call RPM_TO_USERSPACE,*libexpat.so*,$(RPM_DIR)/expat)