From: Ian Campbell Date: Thu, 31 Mar 2011 18:30:42 +0000 (+0100) Subject: tools: ocaml: drop some commented out build rules. X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=13b78f330bec615f6458dac0bbe2e7ec4412ee5d;p=xen.git tools: ocaml: drop some commented out build rules. These are covered by tools/ocaml/Makefile.rules now Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- 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)