>From 5646da82e942f20bb4fd26a8cb9608b4e1dee165 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 23 Mar 2014 18:25:46 +0000 Subject: [PATCH] NOT WORKING PATCH: ocaml: Enable parallel builds. --- ocaml/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 7c8e515..8d7ce95 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -54,6 +54,8 @@ noinst_LIBRARIES = libguestfsocaml.a # 'libmlguestfs.a' and if run at the same time, they will stomp on or # corrupt each others copy. Hence we have to serialize the calls. +mlguestfs.cmxa: | mlguestfs.cma + mlguestfs.cma: libguestfsocaml.a guestfs.cmo $(OCAMLMKLIB) -o mlguestfs \ $(libguestfsocaml_a_OBJECTS) guestfs.cmo \ @@ -189,7 +191,3 @@ install-data-hook: CLEANFILES += $(noinst_DATA) endif - -# Tell version 3.79 and up of GNU make to not build goals in this -# directory in parallel. -.NOTPARALLEL: -- 1.8.5.3