[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Checking unique recipe execution during parallel software builds
From: |
SF Markus Elfring |
Subject: |
Checking unique recipe execution during parallel software builds |
Date: |
Sun, 16 Jul 2017 21:00:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
Hello,
I am testing my recent adjustments for a few build scripts. Now I wonder again
about an error message. But I guess that it should only be taken into account
when an other issue will be checked once more and resolved then hopefully.
address@hidden:~/Projekte/Bau/OCamlbuild> LANG=C make -r -j4 byte
…
ocamlc.opt -pack -o 'o/ocamlbuild_pack.cmo' …
…
make: *** [GNUmakefile:1221: o/ocamlbuild_pack.cmi] Error 2
This compilation command is started twice in the shown software situation
while I would expect that the affected recipe should be executed only once
at the end of the attempted build process.
Do I observe further challenges for parallel software builds here?
Regards,
Markus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Checking unique recipe execution during parallel software builds,
SF Markus Elfring <=