[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools: ocaml: drop some commented out build rules
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1301568086 -3600 # Node ID c5c4486138cc92ad1cd4a7080d9a6074dd31b756 # Parent ae7532099ea5045278c9dcf8a593da497722a11f tools: ocaml: drop some commented out build rules. These are covered by tools/ocaml/Makefile.rules now Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r ae7532099ea5 -r c5c4486138cc tools/ocaml/libs/xs/Makefile --- a/tools/ocaml/libs/xs/Makefile Thu Mar 31 11:41:09 2011 +0100 +++ b/tools/ocaml/libs/xs/Makefile Thu Mar 31 11:41:26 2011 +0100 @@ -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) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |