aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-31 19:30:42 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-03-31 19:30:42 +0100
commit13b78f330bec615f6458dac0bbe2e7ec4412ee5d (patch)
tree4b2dd7600a6edb27e317b170307b23f38e8f9a9c /tools/ocaml
parentd9a50d2603e9c826fb78aa35858ff469815f9b19 (diff)
downloadxen-13b78f330bec615f6458dac0bbe2e7ec4412ee5d.tar.gz
xen-13b78f330bec615f6458dac0bbe2e7ec4412ee5d.tar.bz2
xen-13b78f330bec615f6458dac0bbe2e7ec4412ee5d.zip
tools: ocaml: drop some commented out build rules.
These are covered by tools/ocaml/Makefile.rules now Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xs/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/ocaml/libs/xs/Makefile b/tools/ocaml/libs/xs/Makefile
index bc0db8318a..cf3aa470f4 100644
--- a/tools/ocaml/libs/xs/Makefile
+++ b/tools/ocaml/libs/xs/Makefile
@@ -23,14 +23,6 @@ libs: $(LIBS)
xs_OBJS = $(OBJS)
OCAML_NOC_LIBRARY = xs
-#xs.cmxa: $(foreach obj,$(OBJS),$(obj).cmx)
-# $(E) " MLLIB $@"
-# $(Q)$(OCAMLOPT) $(OCAMLOPTFLAGS) -a -o $@ $(foreach obj,$(OBJS),$(obj).cmx)
-#
-#xs.cma: $(foreach obj,$(OBJS),$(obj).cmo)
-# $(E) " MLLIB $@"
-# $(Q)$(OCAMLC) -a -o $@ $(foreach obj,$(OBJS),$(obj).cmo)
-
.PHONY: install
install: $(LIBS) META
mkdir -p $(OCAMLDESTDIR)