 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] mlvm depends on camldm hence should have the same dependency as camldm
 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:
Attachment:
xen-api-lib.patch _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |