]> xenbits.xensource.com Git - xen.git/commitdiff
tools: ocaml: drop some commented out build rules.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:30:42 +0000 (19:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:30:42 +0000 (19:30 +0100)
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>
tools/ocaml/libs/xs/Makefile

index bc0db8318ae38a116531e05244d04539c08cd710..cf3aa470f488b680d0b47ca2cdce5888dfeb5470 100644 (file)
@@ -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)