diff options
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 876112796..c8ccb3908 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -36,15 +36,6 @@ optimizations. The subsequent system will still run very fast and be stable at the same time.</para> - <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 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> - <para>Before the installation instructions, each installation page provides information about the package, including a concise description of what it contains, approximately how long it will take to build, and how much disk |