From 0b3a961ded2278a2e643fd59fcb1201756094e53 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 6 Jul 2012 08:36:12 -0400 Subject: [PATCH] Makefile: Fix regression introduced by 7523bbf701d7e2745a60c638fc0e6a022ad9d6b5 (by mistake took most of the targets). Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5