From f6ec679f7b290489e177457ae40bce28371a8d88 Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni
Date: Wed, 24 Nov 2010 11:57:34 +0100
Subject: [PATCH] documentation: Tell not to use make -jN
Signed-off-by: Thomas Petazzoni
---
docs/buildroot.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 0b87bffed8..571414b8f8 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -182,6 +182,12 @@
$ make
+ 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
.
+
This command will generally perform the following steps:
- Download source files (as required)
--
2.30.2