From: Konrad Rzeszutek Wilk Date: Fri, 6 Jul 2012 12:36:12 +0000 (-0400) Subject: Makefile: Fix regression introduced by 7523bbf701d7e2745a60c638fc0e6a022ad9d6b5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0b3a961ded2278a2e643fd59fcb1201756094e53;p=xentesttools%2Fbootstrap.git Makefile: Fix regression introduced by 7523bbf701d7e2745a60c638fc0e6a022ad9d6b5 (by mistake took most of the targets). Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 5a75339..0af9f62 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -188,7 +188,7 @@ distdir: # This target includes all userspace tools and images # It does not include the Linux drivers/modules found in the modulespace target .PHONY: root_image-userspace-install -root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-bins tools-install wget-install vim-install rsync-install openssh-install xtt-tools-install netperf-install lvm2-install pciutils-install bridge-utils-install +root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-bins tools-install wget-install vim-install rsync-install openssh-install xtt-tools-install netperf-install lvm2-install plymouth-install pciutils-install iscsi-install bridge-utils-install xend-install nfs-install fio-install irqbalance-install pm-utils-install cpufrequtils-install perf-install oprofile-install rm -rf userspace/man rm -rf userspace/usr/share/man