[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-cvs
Subject:    [Xen-changelog] [xen-4.1-testing] Makefile: install-tools does not
From:       "Xen patchbot-4.1-testing" <patchbot () xen ! org>
Date:       2011-05-25 23:05:21
Message-ID: E1QPN8k-0003RN-11 () xenbits ! xen ! org
[Download RAW message or body]

# HG changeset patch
# User Keir Fraser <keir@xen.org>
# Date 1305895687 -3600
# Node ID 18fd1b4e60217446e0650c65e1e3951e82b4448a
# Parent  4ad26ac7fb51855453147357787708ad84c2a2c8
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@xen.org>
xen-unstable changeset:   23351:0e9322ece398
xen-unstable date:        Fri May 20 08:48:33 2011 +0100
---


diff -r 4ad26ac7fb51 -r 18fd1b4e6021 Makefile
--- a/Makefile	Fri May 20 13:47:08 2011 +0100
+++ b/Makefile	Fri May 20 13:48:07 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@lists.xensource.com
http://lists.xensource.com/xen-changelog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic