]> xenbits.xensource.com Git - xen.git/commitdiff
Makefile: Separate misc dist things from dist target
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Jun 2010 13:07:19 +0000 (14:07 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 18 Jun 2010 13:07:19 +0000 (14:07 +0100)
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>
Makefile

index d43d8243107189f07b9f5bc09cd6214f2c2bca00..946afab7b41c35bfb3af052f1d1cba03930059e2 100644 (file)
--- 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)