|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] Re: [PATCH] mlvm depends on camldm hence should have the same
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
|
|
|
|
|