WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Makefile: install-tools does not depend o

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Makefile: install-tools does not depend on ioemu-dir if CONFIG_IOEMU=n
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Fri, 20 May 2011 16:00:11 +0100
Delivery-date: Fri, 20 May 2011 08:01:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1305877713 -3600
# Node ID 0e9322ece398ee26b2812d2c80a0692c06ebe636
# Parent  f531ed84b0661aa6863dc86d5e5638642bc47301
Makefile: install-tools does not depend on ioemu-dir if CONFIG_IOEMU=n

Based on patch by George Dunlap.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---


diff -r f531ed84b066 -r 0e9322ece398 Makefile
--- a/Makefile  Tue May 17 17:32:19 2011 +0100
+++ b/Makefile  Fri May 20 08:48:33 2011 +0100
@@ -66,8 +66,12 @@
        $(MAKE) -C xen install
 
 .PHONY: install-tools
+install-tools:
+       $(MAKE) -C tools install
+
+ifeq ($(CONFIG_IOEMU),y)
 install-tools: tools/ioemu-dir
-       $(MAKE) -C tools install
+endif
 
 .PHONY: install-kernels
 install-kernels:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Makefile: install-tools does not depend on ioemu-dir if CONFIG_IOEMU=n, Xen patchbot-unstable <=