mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
documentation: Tell not to use make -jN
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0d2804011b
commit
f6ec679f7b
@ -182,6 +182,12 @@
|
|||||||
$ make
|
$ make
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<p>You <b>should never</b> use <code>make -jN</code> with
|
||||||
|
Buildroot: it does not support <i>top-level parallel
|
||||||
|
make</i>. Instead, use the <code>BR2_JLEVEL</code> option to tell
|
||||||
|
Buildroot to run each package compilation with <pre>make
|
||||||
|
-jN</pre>.</p>
|
||||||
|
|
||||||
<p>This command will generally perform the following steps:</p>
|
<p>This command will generally perform the following steps:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Download source files (as required)</li>
|
<li>Download source files (as required)</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user