X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=Make.rules.in;h=e5700486be6dfb6b28f74a563a2e73252db3e505;hp=0ce95e228a89c348225ff0952d7880480746e849;hb=03dcc62ed37ff0160f211927196e48033a6aeb81;hpb=5ce06c3326a2672e82dc656b35eb7a3e6616539a diff --git a/Make.rules.in b/Make.rules.in index 0ce95e2..e570048 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -23,9 +23,6 @@ OCAMLDEP = @OCAMLDEP@ OCAMLC = @OCAMLC@ OCAMLOPT = @OCAMLOPT@ -OCAMLDOC = @OCAMLDOC@ -OCAMLDOCFLAGS += -html -sort - # Common rules for building OCaml objects. .mli.cmi: @@ -33,6 +30,7 @@ OCAMLDOCFLAGS += -html -sort .ml.cmo: $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) -c $< .ml.cmx: + ulimit -s unlimited ||: ; \ $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) -c $< %.ml %.mli: %.mly @@ -52,17 +50,6 @@ ifeq ($(wildcard .depend),.depend) include .depend endif -# Developer documentation (in html/ subdirectory). - -ifneq ($(OCAMLDOC),) -ifneq ($(OCAMLDOCFILES),) -doc: - rm -rf html - mkdir html - -$(OCAMLDOC) $(OCAMLDOCFLAGS) -d html $(OCAMLDOCFILES) -endif -endif - .PHONY: depend dist check-manifest dpkg doc .SUFFIXES: .cmo .cmi .cmx .ml .mli .mll .mly