Mailing List Archive

[xen-unstable] Makefile: Separate misc dist things from dist target
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1276866439 -3600
# Node ID 715bf3974893b06609f2995c5d745c2d91eb4c26
# Parent 2ad2998ab6548130662f317b671a857c0d1aa2a9
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>
---
Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)

diff -r 2ad2998ab654 -r 715bf3974893 Makefile
--- a/Makefile Fri Jun 18 14:06:38 2010 +0100
+++ b/Makefile Fri Jun 18 14:07:19 2010 +0100
@@ -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)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog