From be2a8f812215ddda4e2f70c76ce144549bfb7a88 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 14 Jun 2013 12:19:18 -0400 Subject: [PATCH] Makefile: Move the targets around to make it easier on the eye. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/root_image/Makefile b/root_image/Makefile index 9b89d1e..bbe4e62 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -188,7 +188,12 @@ 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 plymouth-install pciutils-install iscsi-install bridge-utils-install xend-install nfs-install fio-install irqbalance-install pm-utils-install cpufrequtils-install xenalyze-install perf-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 xenalyze-install perf-install rm -rf userspace/man rm -rf userspace/usr/share/man -- 2.39.5