From: Konrad Rzeszutek Wilk Date: Mon, 11 Mar 2013 20:50:21 +0000 (-0400) Subject: Makefile: Also use libunwind RPMs for perf. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a24fa4b05b0458ff876d6f149afbbbe73ad30733;p=xentesttools%2Fbootstrap.git Makefile: Also use libunwind RPMs for perf. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 9850e46..86638a2 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -824,6 +824,7 @@ perf-depend: $(call RPM_TO_USERSPACE,./usr/bin/less,$(RPM_DIR)/less) $(call RPM_TO_USERSPACE,./usr/bin/expand,$(RPM_DIR)/coreutils) $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils) + $(call RPM_TO_USERSPACE,*libunwind*.so*,$(RPM_DIR)/libunwind) .PHONY: perf-install perf-install: perf-depend