diff options
author | Björn Gustavsson <[email protected]> | 2016-09-13 05:13:11 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-09-13 05:23:40 +0200 |
commit | de8fe86f67591dd992bae33f7451523dab36e5bd (patch) | |
tree | 0d7e5bf032be191027a1465ef40b58363819fb80 /.mailmap | |
parent | 86d1fb0865193cce4e308baa6472885a81033f10 (diff) | |
download | otp-de8fe86f67591dd992bae33f7451523dab36e5bd.tar.gz otp-de8fe86f67591dd992bae33f7451523dab36e5bd.tar.bz2 otp-de8fe86f67591dd992bae33f7451523dab36e5bd.zip |
Turn off parallel make for start scripts Makefile
At least on macOS (OS X), /usr/bin/install does not seem to be
thread-safe when creating directories. That is, if several
invocations of /usr/bin/install attempts to create the same
directory, one or more of the invocations may fail with an
error, causing the build to fail.
Avoid the problem by turning off parallel make for the
Makefile in erts/start_scripts.
Reported-by: https://bugs.erlang.org/browse/ERL-250
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions