aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2021-03-27 17:00:16 +0100
committerEmilio Jesus Gallego Arias2021-03-29 22:27:43 +0200
commit7dba32f3204b85b0abf39161c7c8b7db4ce27247 (patch)
tree6855aebae5c615673787dcd4ed689b2fa03cf11a
parentc6e9b36f2abc7bf434df8e9a6fea48ba9db4efc0 (diff)
[doc] [coq_makefile] Document that -j N is broken for OCaml < 4.07.0
Fixes #10704
-rw-r--r--doc/sphinx/practical-tools/utilities.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst
index 5d36ec3cf9..49c2c6b785 100644
--- a/doc/sphinx/practical-tools/utilities.rst
+++ b/doc/sphinx/practical-tools/utilities.rst
@@ -515,6 +515,11 @@ To build, say, two targets foo.vo and bar.vo in parallel one can use
+ ``-extra-phony`` and ``-extra`` are deprecated. To provide additional target
(``.PHONY`` or not) please use ``CoqMakefile.local``.
+.. note::
+
+ Due to limitations with the compilation chain, makefiles generated
+ by ``coq_makefile`` won't correctly compile OCaml plugins with OCaml
+ < 4.07.0 when using more than one job (``-j N`` for ``N > 1``).
Precompiling for ``native_compute``
+++++++++++++++++++++++++++++++++++