diff --git a/docs/buildroot.html b/docs/buildroot.html index 1ec707d296..f1721ea41c 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -187,8 +187,8 @@

You should never use make -jN with Buildroot: it does not support top-level parallel make. Instead, use the BR2_JLEVEL option to tell - Buildroot to run each package compilation with

make
-    -jN
.

+ Buildroot to run each package compilation with make + -jN.

This command will generally perform the following steps: