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

[Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] libxc: Remove dupli

To: Keir Fraser <keir.fraser@xxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] libxc: Remove duplicate zlib check.
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Sun, 27 Jan 2008 08:11:41 -0700
Cc: waldi@xxxxxxxxxx, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 27 Jan 2008 07:12:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200801271300.m0RD0UPT031200@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: HP OSLO R&D
References: <200801271300.m0RD0UPT031200@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Sun, 2008-01-27 at 13:00 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser
> # Date 1201438436 0
> # Node ID 7e5bae3586eef2350f0dbc77c081d46ba4d67b2b
> # Parent  5d11d526a82052f796f2f414c273e95cc07db596
> libxc: Remove duplicate zlib check.
> 
> It is already checked in tools/check/check_zlib.
> 
> Signed-off-by: Bastian Blank
> ---
>  tools/libxc/Makefile |   11 +----------
>  1 files changed, 1 insertion(+), 10 deletions(-)
> 
> diff -r 5d11d526a820 -r 7e5bae3586ee tools/libxc/Makefile
> --- a/tools/libxc/Makefile    Sun Jan 27 12:53:35 2008 +0000
> +++ b/tools/libxc/Makefile    Sun Jan 27 12:53:56 2008 +0000
> @@ -80,17 +80,8 @@ all: build
>  all: build
>  
>  .PHONY: build
> -build: check-for-zlib
> +build: $(LIB)
>       $(MAKE) $(LIB)

   This is killing tools/libxc/ia64/Makefile (ie. we're not getting the
links setup to be able to build).  Perhaps this?  Thanks,

        Alex

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

diff -r f605f35bd6ba tools/libxc/Makefile
--- a/tools/libxc/Makefile      Sun Jan 27 13:03:10 2008 +0000
+++ b/tools/libxc/Makefile      Sun Jan 27 08:10:38 2008 -0700
@@ -80,7 +80,7 @@ all: build
 all: build
 
 .PHONY: build
-build: $(LIB)
+build:
        $(MAKE) $(LIB)
 
 .PHONY: install



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

<Prev in Thread] Current Thread [Next in Thread>