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] [PATCH] Ensure that the xapi-client library is uninstalled fro

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] Ensure that the xapi-client library is uninstalled from the right place when rebuilding xapi.
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Tue, 18 May 2010 16:02:15 +0100
Delivery-date: Tue, 18 May 2010 08:06:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
Ensure that the xapi-client library is uninstalled from the right place when 
rebuilding xapi.

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

diff -r 4bde1604fc17 Makefile
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@
 
 .PHONY: lib-uninstall
 lib-uninstall:
-       omake lib-uninstall
+       omake DESTDIR=$(DESTDIR) lib-uninstall
 
 .PHONY: sdk-install
 sdk-install:
diff -r 4bde1604fc17 ocaml/idl/ocaml_backend/OMakefile
--- a/ocaml/idl/ocaml_backend/OMakefile
+++ b/ocaml/idl/ocaml_backend/OMakefile
@@ -146,4 +146,4 @@
 
 .PHONY: lib-uninstall
 lib-uninstall:
-       ocamlfind remove xapi-client
+       ocamlfind remove -destdir $(INSTALL_PATH) xapi-client

Attachment: lib-uninstall
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] Ensure that the xapi-client library is uninstalled from the right place when rebuilding xapi., Rob Hoes <=