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

[Xen-API] Re: [PATCH] mlvm depends on camldm hence should have the same

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] Re: [PATCH] mlvm depends on camldm hence should have the same dependency as camldm
From: Zheng Li <dev@xxxxxxxx>
Date: Fri, 02 Apr 2010 15:26:25 +0100
Delivery-date: Fri, 02 Apr 2010 07:40:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <30faec648dfb17b876b9.1270132744@lambda>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <30faec648dfb17b876b9.1270132744@lambda>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4
Sorry, please ignore this duplicate (identical to the previous one of the same 
title).

I resent it because my previous posts was temporarily blocked by the list 
somehow yesterday, all sorted out now.

Regards
--
Zheng

On 4/1/2010 3:39 PM, Zheng Li wrote:
Signed-off-by: Zheng Li<dev@xxxxxxxx>


  Makefile.in |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff -r 55eda7b8a2ca -r 30faec648dfb Makefile.in
--- a/Makefile.in       Tue Mar 30 11:30:33 2010 +0100
+++ b/Makefile.in       Tue Mar 23 00:39:58 2010 +0000
@@ -28,9 +28,9 @@
  endif
  ifeq ($(HAVE_DEVICE_MAPPER),1)
        $(MAKE) -C camldm
+       $(MAKE) -C mlvm
  endif
        $(MAKE) -C forking_executioner
-       $(MAKE) -C mlvm
        $(MAKE) -C xen-utils

  .PHONY: allxen
@@ -66,9 +66,9 @@
  endif
  ifeq ($(HAVE_DEVICE_MAPPER),1)
        $(MAKE) -C camldm install
+       $(MAKE) -C mlvm install
  endif
        $(MAKE) -C forking_executioner install
-       $(MAKE) -C mlvm install
        $(MAKE) -C xen-utils install

  installxen:
@@ -103,9 +103,9 @@
  endif
  ifeq ($(HAVE_DEVICE_MAPPER),1)
        $(MAKE) -C camldm uninstall
+       $(MAKE) -C mlvm uninstall
  endif
        $(MAKE) -C forking_executioner uninstall
-       $(MAKE) -C mlvm uninstall
        $(MAKE) -C xen-utils uninstall

  uninstallxen:




_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

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