|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] ocaml: remove hook to external repository
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1273140368 -3600
# Node ID 82bdaacd5caf5ca3e8b49990907703ee617d4960
# Parent 93d10b9a58a1ca9843c1737220abeb44ffe07fb5
ocaml: remove hook to external repository.
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
---
Config.mk | 6 ------
tools/Makefile | 21 ---------------------
tools/xenstore/Makefile | 5 -----
3 files changed, 32 deletions(-)
diff -r 93d10b9a58a1 -r 82bdaacd5caf Config.mk
--- a/Config.mk Thu May 06 11:05:22 2010 +0100
+++ b/Config.mk Thu May 06 11:06:08 2010 +0100
@@ -158,12 +158,6 @@ QEMU_TAG ?= 01626771cf2e9285fbfddcbded28
# Fri Apr 30 17:41:45 2010 +0100
# Implement 'xm vcpu-set' command for HVM guest
-OCAML_XENSTORED_REPO=http://xenbits.xensource.com/ext/xen-ocaml-tools.hg
-
-# Build OCAML version of xenstored instead of the in-tree C version?
-# This will cause $(OCAML_XENSTORED_REPO) to be cloned.
-CONFIG_OCAML_XENSTORED ?= n
-
# Optional components
XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n
diff -r 93d10b9a58a1 -r 82bdaacd5caf tools/Makefile
--- a/tools/Makefile Thu May 06 11:05:22 2010 +0100
+++ b/tools/Makefile Thu May 06 11:06:08 2010 +0100
@@ -6,7 +6,6 @@ SUBDIRS-y += include
SUBDIRS-y += include
SUBDIRS-y += libxc
SUBDIRS-y += flask
-SUBDIRS-$(CONFIG_OCAML_XENSTORED) += ocaml-xenstored
SUBDIRS-y += xenstore
SUBDIRS-y += misc
SUBDIRS-y += examples
@@ -114,23 +113,3 @@ subdir-clean-ioemu-dir:
$(buildmakevars2shellvars); \
$(MAKE) -C ioemu-dir clean; \
fi
-
-ocaml-xenstored:
- set -ex; \
- rm -rf ocaml-xenstored.tmp; \
- hg clone $(OCAML_XENSTORED_REPO) ocaml-xenstored.tmp; \
- if [ "$(OCAML_XENSTORED_TAG)" ]; then \
- hg -R ocaml-xenstored.tmp update -r $(OCAML_XENSTORED_TAG) ;\
- hg -R ocaml-xenstored.tmp branch mybranch ;\
- fi; \
- mv ocaml-xenstored.tmp ocaml-xenstored; \
-
-subdir-all-ocaml-xenstored subdir-install-ocaml-xenstored: ocaml-xenstored
- $(absolutify_xen_root); \
- $(MAKE) -C ocaml-xenstored $(patsubst subdir-%-ocaml-xenstored,%,$@);
-
-subdir-clean-ocaml-xenstored:
- set -e; if test -d ocaml-xenstored; then \
- $(MAKE) -C ocaml-xenstored clean; \
- fi
-
diff -r 93d10b9a58a1 -r 82bdaacd5caf tools/xenstore/Makefile
--- a/tools/xenstore/Makefile Thu May 06 11:05:22 2010 +0100
+++ b/tools/xenstore/Makefile Thu May 06 11:06:08 2010 +0100
@@ -95,11 +95,6 @@ tarball: clean
.PHONY: install
install: all
-ifneq ($(CONFIG_OCAML_XENSTORED),y)
- $(INSTALL_DIR) $(DESTDIR)/var/run/xenstored
- $(INSTALL_DIR) $(DESTDIR)/var/lib/xenstored
- $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR)
-endif
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] ocaml: remove hook to external repository.,
Xen patchbot-unstable <=
|
|
|
|
|