[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] ocaml: align build output
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1318867530 -3600 # Node ID d5c6cbe6184b879a22ea5f87844622a548807fb0 # Parent 7418ade6ebe0750d00d5e26d8593a6d75f072d3b ocaml: align build output Fix: MLI op.mli MLI op.cmi MLI partial.mli MLI partial.cmi MLI packet.mli Signed-off-by: Ian Cmpabell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 7418ade6ebe0 -r d5c6cbe6184b tools/ocaml/libs/xb/Makefile --- a/tools/ocaml/libs/xb/Makefile Thu Oct 13 10:31:00 2011 +0100 +++ b/tools/ocaml/libs/xb/Makefile Mon Oct 17 17:05:30 2011 +0100 @@ -31,15 +31,15 @@ OCAML_LIBRARY = xenbus xenbus.cmx : $(foreach obj, $(OBJS), $(obj).cmx) - $(E) " CMX $@" + $(E) " CMX $@" $(OCAMLOPT) -pack -o $@ $^ xenbus.cmo : $(foreach obj, $(OBJS), $(obj).cmo) - $(E) " CMO $@" + $(E) " CMO $@" $(OCAMLC) -pack -o $@ $^ %.mli: %.ml - $(E) " MLI $@" + $(E) " MLI $@" $(Q)$(OCAMLC) $(OCAMLINCLUDE) -i $< $o .PHONY: install _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |