diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-06 20:19:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2003-09-06 20:19:16 +0000 |
commit | 4f898797a96cc2b646abb2c1017872536d57bf51 (patch) | |
tree | 9b685517109ce2eb4b04500303b89bef63d53bf9 | |
parent | bace8ea171d28562db7597d474b4623dbfc37e9a (diff) |
Removed reference to static directory in Chapter 6 introduction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c9f7fc4be..5c371aae4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 6th, 2003 [matt]: Chapter 6 - Removed a reference +to "the static" directory in the intro.</para></listitem> + <listitem><para>September 6th, 2003 [jeremy]: Chapter 4 - Updated download locations for some packages.</para></listitem> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 32c192852..f8063525f 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -30,7 +30,7 @@ For the same reason, <emphasis>do not </emphasis> compile packages in parallel. Compiling in parallel may save you some 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 the static directory +which will cause the program to stop working when that directory is removed.</para> </sect1> |