From d3b4bb3f8b060e2e962d00284eea22ddcd7178e4 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 10 Sep 2018 20:40:33 +0000 Subject: Add role="nodump" to examples in "About SBUs" git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/aboutsbus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml index 5dea1fb23..357a8c1bf 100644 --- a/chapter04/aboutsbus.xml +++ b/chapter04/aboutsbus.xml @@ -43,11 +43,11 @@ make program how many processors are available. For instance, a Core2Duo can support two simultaneous processes with: - export MAKEFLAGS='-j 2' + export MAKEFLAGS='-j 2' or just building with: - make -j2 + make -j2 When multiple processors are used in this way, the SBU units in the book will vary even more than they normally would. In some cases, the make -- cgit v1.2.3-54-g00ecf