mirror of https://github.com/sipwise/rtpengine.git
On some systems (e.g. Github Travis) make seems to have a problem with its job control, resulting in a race condition where multiple make instances try to build the same file at the same time. For most files this is not a problem, but those auto-generated using an append operation (>>) the output file can become garbled. Solve this by using an atomic file creation method. Change-Id: I1acb2387e2ca6ca30ddc3742143fd910032bfbb0changes/40/41040/2
parent
91d5580fa7
commit
92ee64f760
Loading…
Reference in new issue