<div dir="ltr">I normally use "export MAKEFLAGS=-j10 && ./otp_build" on Linux, maybe that works for you as well on bsd?<div><br></div><div>Lukas</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Dec 12, 2013 at 1:13 PM, Kenji Rikitake <span dir="ltr"><<a href="mailto:kenji@k2r.org" target="_blank">kenji@k2r.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to find out how to enforce concurrent execution of `make`<br>
in the otp_build shell script.  I want to do the same thing as `make -j8`.<br>
So far I have discovered that setting the environment variable MAKE will do,<br>
such as `env MAKE="make -j8" otp_build build`.  Am I in the right path?<br>
(Note that on FreeBSD it's `gmake`)<br>
<br>
I want to make the build process of the kerl script faster, such as in<br>
<br>
    env MAKE="make -j10" kerl build R16B03 r16b03-test # `gmake` on FreeBSD<br>
<br>
I`d be glad if I could hear more efficient ways to do this.<br>
<br>
Regards,<br>
Kenji Rikitake<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>