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-ppc-devel

[XenPPC] [xenppc-unstable] [TOOLS] put it back the way it was you nasty

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [TOOLS] put it back the way it was you nasty boy
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Aug 2006 19:40:46 +0000
Delivery-date: Wed, 09 Aug 2006 14:52:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 99da65d984e9d03935228da74f99f81075c7733e
# Parent  f543ea6411bd3f75462001f18b951b145c39e8d4
[TOOLS] put it back the way it was you nasty boy
---
 config/ia64.mk   |    2 --
 config/x86_32.mk |    2 --
 config/x86_64.mk |    2 --
 tools/Makefile   |    5 +++--
 4 files changed, 3 insertions(+), 8 deletions(-)

diff -r f543ea6411bd -r 99da65d984e9 config/ia64.mk
--- a/config/ia64.mk    Tue Aug 08 19:07:32 2006 -0500
+++ b/config/ia64.mk    Wed Aug 09 15:36:55 2006 -0400
@@ -1,7 +1,5 @@ CONFIG_IA64 := y
 CONFIG_IA64 := y
 CONFIG_IOEMU := y
 CONFIG_XCUTILS := y
-CONFIG_BLKTAP := y
-CONFIG_FIRMWARE := y
 
 LIBDIR := lib
diff -r f543ea6411bd -r 99da65d984e9 config/x86_32.mk
--- a/config/x86_32.mk  Tue Aug 08 19:07:32 2006 -0500
+++ b/config/x86_32.mk  Wed Aug 09 15:36:55 2006 -0400
@@ -4,8 +4,6 @@ CONFIG_XCUTILS := y
 CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
-CONFIG_BLKTAP := y
-CONFIG_FIRMWARE := y
 
 CFLAGS += -m32 -march=i686
 LIBDIR := lib
diff -r f543ea6411bd -r 99da65d984e9 config/x86_64.mk
--- a/config/x86_64.mk  Tue Aug 08 19:07:32 2006 -0500
+++ b/config/x86_64.mk  Wed Aug 09 15:36:55 2006 -0400
@@ -4,8 +4,6 @@ CONFIG_XCUTILS := y
 CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
-CONFIG_BLKTAP := y
-CONFIG_FIRMWARE := y
 
 CFLAGS += -m64
 LIBDIR = lib64
diff -r f543ea6411bd -r 99da65d984e9 tools/Makefile
--- a/tools/Makefile    Tue Aug 08 19:07:32 2006 -0500
+++ b/tools/Makefile    Wed Aug 09 15:36:55 2006 -0400
@@ -9,14 +9,15 @@ SUBDIRS-y += examples
 SUBDIRS-y += examples
 SUBDIRS-y += xentrace
 SUBDIRS-$(CONFIG_XCUTILS) += xcutils
-SUBDIRS-$(CONFIG_FIRMWARE) += firmware
+SUBDIRS-$(CONFIG_X86) += firmware
 SUBDIRS-y += security
 SUBDIRS-y += console
 SUBDIRS-y += xenmon
 SUBDIRS-y += guest-headers
 SUBDIRS-$(VTPM_TOOLS) += vtpm_manager vtpm
 SUBDIRS-y += xenstat
-SUBDIRS-$(CONFIG_BLKTAP) += libaio blktap
+SUBDIRS-y += libaio
+SUBDIRS-y += blktap
 
 # These don't cross-compile
 ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [TOOLS] put it back the way it was you nasty boy, Xen patchbot-xenppc-unstable <=