From b45cd947582b25ca25671d67bef91dd16049cae0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 18 Jun 2010 14:07:19 +0100 Subject: 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 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3