aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-18 14:07:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-18 14:07:19 +0100
commitb45cd947582b25ca25671d67bef91dd16049cae0 (patch)
tree2e1f239bcdf7c21fbf75d3286cbe68ed11ba29b8 /Makefile
parent1af877540017675bb7d15e60aabd4191287c5044 (diff)
downloadxen-b45cd947582b25ca25671d67bef91dd16049cae0.tar.gz
xen-b45cd947582b25ca25671d67bef91dd16049cae0.tar.bz2
xen-b45cd947582b25ca25671d67bef91dd16049cae0.zip
Makefile: Separate misc dist things from dist target
Separate the miscellaneous actions the dist: target does into its own target so you can run them independently. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d43d824310..946afab7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,9 @@ test:
# build and install everything into local dist directory
.PHONY: dist
dist: DESTDIR=$(DISTDIR)/install
-dist: dist-xen dist-kernels dist-tools dist-stubdom dist-docs
+dist: dist-xen dist-kernels dist-tools dist-stubdom dist-docs dist-misc
+
+dist-misc:
$(INSTALL_DIR) $(DISTDIR)/check
$(INSTALL_DATA) ./COPYING $(DISTDIR)
$(INSTALL_DATA) ./README $(DISTDIR)