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

[Xen-changelog] [xen-unstable] libxc: Remove minios-specific hack for generating .zlib.deps file



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1250849449 -3600
# Node ID 979fd420311bf473b91000a3002fc2f44d405bc8
# Parent  7dad2e23bf892a6be9244265e028a9899503e664
libxc: Remove minios-specific hack for generating .zlib.deps file

It's not needed if one relative path is replaced.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/libxc/Makefile |    7 +------
 1 files changed, 1 insertion(+), 6 deletions(-)

diff -r 7dad2e23bf89 -r 979fd420311b tools/libxc/Makefile
--- a/tools/libxc/Makefile      Thu Aug 20 22:26:16 2009 +0100
+++ b/tools/libxc/Makefile      Fri Aug 21 11:10:49 2009 +0100
@@ -151,13 +151,9 @@ libxenguest.so.$(MAJOR): libxenguest.so.
 libxenguest.so.$(MAJOR): libxenguest.so.$(MAJOR).$(MINOR)
        ln -sf $< $@
 
-ifeq ($(CONFIG_MiniOS),y)
-.zlib.deps:
-       echo >$@
-else
 .zlib.deps:
        @(set -e;                                       \
-          . ../check/funcs.sh;                         \
+          . $(XEN_ROOT)/tools/check/funcs.sh;          \
          echo >$@.new;                                 \
          if has_header bzlib.h; then                   \
             echo "-DHAVE_BZLIB" >>$@.new;              \
@@ -170,7 +166,6 @@ else
            echo " - LZMA decompression supported";     \
          fi;                                           \
          mv $@.new $@)
-endif
 
 xc_dom_bzimageloader.o: .zlib.deps
 xc_dom_bzimageloader.o: CFLAGS += $(shell grep D .zlib.deps)

_______________________________________________
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®.