# HG changeset patch
# User Rob Hoes <[email protected]>
Ensure that the xapi-client library is uninstalled from the right place when 
rebuilding xapi.

Signed-off-by: Rob Hoes <[email protected]>

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
# HG changeset patch
# User Rob Hoes <[email protected]>
Ensure that the xapi-client library is uninstalled from the right place when 
rebuilding xapi.

Signed-off-by: Rob Hoes <[email protected]>

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
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to