aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:06:08 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:06:08 +0100
commit3c82abc2945f178e00d8a588e8b043c5a9031813 (patch)
treeac517a7be21d064d36364f4b9353a67e2605072f /tools/Makefile
parentd236f2c2449bf963b80d08b6ce40d40be6e0529b (diff)
downloadxen-3c82abc2945f178e00d8a588e8b043c5a9031813.tar.gz
xen-3c82abc2945f178e00d8a588e8b043c5a9031813.tar.bz2
xen-3c82abc2945f178e00d8a588e8b043c5a9031813.zip
ocaml: remove hook to external repository.
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 48c98026b8..c34dc864b0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -6,7 +6,6 @@ SUBDIRS-y += check
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
-