Mailing List Archive

[xen-unstable] tools: disable xen-hptool on ia64
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1275921956 -3600
# Node ID b9d824ff0bbc9fe12c947ee994b9a8d1a3dbeb65
# Parent 0eeda0176d87a289157d73be46f143c0a5399760
tools: disable xen-hptool on ia64

xen-hptool cannot be built on ia64, because xen-hptool depends on
xc_offline_page.c and xc_offline_page.c does not support ia64.

This patch disables it on ia64.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
---
tools/misc/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)

diff -r 0eeda0176d87 -r b9d824ff0bbc tools/misc/Makefile
--- a/tools/misc/Makefile Mon Jun 07 07:49:07 2010 +0100
+++ b/tools/misc/Makefile Mon Jun 07 15:45:56 2010 +0100
@@ -10,8 +10,9 @@ CFLAGS += $(INCLUDES)

HDRS = $(wildcard *.h)

-TARGETS-y := xenperf xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xen-hptool xenwatchdogd
+TARGETS-y := xenperf xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xenwatchdogd
TARGETS-$(CONFIG_X86) += xen-detect xen-hvmctx
+TARGETS-$(CONFIG_MIGRATE) += xen-hptool
TARGETS := $(TARGETS-y)

SUBDIRS-$(CONFIG_LOMOUNT) += lomount
@@ -22,8 +23,9 @@ INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)

-INSTALL_SBIN-y := xm xen-bugtool xen-python-path xend xenperf xsview xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xen-hptool xenwatchdogd
+INSTALL_SBIN-y := xm xen-bugtool xen-python-path xend xenperf xsview xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xenwatchdogd
INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx
+INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool
INSTALL_SBIN := $(INSTALL_SBIN-y)

.PHONY: all

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