diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 11:57:34 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-24 11:57:34 +0100 |
commit | f6ec679f7b290489e177457ae40bce28371a8d88 (patch) | |
tree | a89c587a436704f9660fd03ec3083934585f98ce /docs | |
parent | 0d2804011b3ac9f1b204bec654a6effeb9e990e1 (diff) | |
download | buildroot-novena-f6ec679f7b290489e177457ae40bce28371a8d88.tar.gz buildroot-novena-f6ec679f7b290489e177457ae40bce28371a8d88.zip |
documentation: Tell not to use make -jN
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/buildroot.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 0b87bffed..571414b8f 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -182,6 +182,12 @@ $ 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> |