All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] separate misc dist things from dist target
@ 2010-06-17 13:40 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2010-06-17 13:40 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Xen-devel

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>

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-17 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 13:40 [PATCH] separate misc dist things from dist target Jeremy Fitzhardinge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.