From: Konrad Rzeszutek Wilk Date: Fri, 14 Jun 2013 16:19:18 +0000 (-0400) Subject: Makefile: Move the targets around to make it easier on the eye. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be2a8f812215ddda4e2f70c76ce144549bfb7a88;p=xentesttools%2Fbootstrap.git Makefile: Move the targets around to make it easier on the eye. Signed-off-by: Konrad Rzeszutek Wilk --- 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