diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-07-18 22:09:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-07-18 22:09:01 +0000 |
commit | cef11eaf855ba45c84ad90224e77c63dcfabde4f (patch) | |
tree | 56f5e044e5b92d2b6ebcbdfc842cf1e0e39f9d0e /chapter04 | |
parent | 06b8ac06520e3ce5bf6bd561b3fa44934e4f87bd (diff) |
Clearified some issues about building in parallel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/aboutsbus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml index c336d29dc..265cec244 100644 --- a/chapter04/aboutsbus.xml +++ b/chapter04/aboutsbus.xml @@ -45,7 +45,7 @@ <command>make</command> program how many processors are available. For instance, a Core2Duo can support two simultaneous processes with:</para> - <screen><userinput>set MAKEFLAGS='-j 2'</userinput></screen> + <screen><userinput>export MAKEFLAGS='-j 2'</userinput></screen> <para>or just building with:</para> |