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 /chapter06 | |
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 'chapter06')
-rw-r--r-- | chapter06/introduction.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index abb4bc3ee..13172585e 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -39,9 +39,9 @@ <para>The order that packages are installed in this chapter needs to be strictly followed to ensure that no program accidentally acquires a path referring to <filename class="directory">/tools</filename> hard-wired into - it. For the same reason, do not compile packages in parallel. Compiling in - parallel may save time (especially on dual-CPU machines), but it could result - in a program containing a hard-wired path to <filename + it. For the same reason, do not compile separate packages in parallel. + Compiling in parallel may save time (especially on dual-CPU machines), but it + could result in a program containing a hard-wired path to <filename class="directory">/tools</filename>, which will cause the program to stop working when that directory is removed.</para> |