From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: [PATCH] separate misc dist things from dist target Date: Thu, 17 Jun 2010 14:40:18 +0100 Message-ID: <4C1A25C2.7020109@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org Separate the miscellaneous actions the dist: target does into its own target so you can run them independently. Signed-off-by: Jeremy Fitzhardinge 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)