]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: gdb
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 13 Jan 2016 14:18:03 +0000 (09:18 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 13 Jan 2016 14:18:03 +0000 (09:18 -0500)
Add dependencies (previously they would come about if python
was brought in).

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile

index 4c73b2db63568e76de417d4a7ee199cc882ba571..dc174650594b76f1d3870e32eae8389de8eabaf9 100644 (file)
@@ -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)