[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Makefile: install-tools does not depend on ioemu-dir if CONFIG_IOEMU=n



# 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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.