linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] README: Add build speed up tip in BUILD section.
@ 2010-06-13 13:10 Davidlohr Bueso
  2010-06-13 13:18 ` Piotr Hosowicz
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2010-06-13 13:10 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi,

IMHO the README file could benefit from GNU make's -j[N] option in BUILD section, as a general tip for users.

Not entirely sure who deals with this file, so sending to Linus.

Thanks.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 README |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/README b/README
index 737838f..fda7d52 100644
--- a/README
+++ b/README
@@ -154,6 +154,11 @@ BUILD directory for the kernel:
    Please note: If the 'O=output/dir' option is used then it must be
    used for all invocations of make.
 
+   Depending on the system and configuration, building the kernel can
+   take some time. To speed things up you can use GNU make's -j[N] option
+   to specify the number of jobs to run simultaneously. The N value should
+   be twice the amount of the machine's CPUs.  
+
 CONFIGURING the kernel:
 
    Do not skip this step even if you are only upgrading one minor
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-13 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 13:10 [PATCH] README: Add build speed up tip in BUILD section Davidlohr Bueso
2010-06-13 13:18 ` Piotr Hosowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).