]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
documentation: Tell not to use make -jN
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 24 Nov 2010 10:57:34 +0000 (11:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 24 Nov 2010 10:57:34 +0000 (11:57 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/buildroot.html

index 0b87bffed839b8b4516c8f15aff3c512194d2846..571414b8f87722e8cf2313b4ea1777cdecc38711 100644 (file)
  $ make
 </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>
     <ul>
       <li>Download source files (as required)</li>