|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] 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@xxxxxxxxxx>
diff -r b9c541d9c138 Makefile
--- a/Makefile Tue Jun 15 13:27:14 2010 +0100
+++ b/Makefile Thu Jun 17 14:38:45 2010 +0100
@@ -37,7 +37,9 @@
# 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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] separate misc dist things from dist target,
Jeremy Fitzhardinge <=
|
|
|
|
|