diff options
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 4bb0ef3b2..803195de9 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -9,7 +9,7 @@ <para>All programs compiled in <xref linkend="chapter-temporary-tools"/> will be installed under <filename class="directory">$LFS/tools</filename> to keep them separate from the -programs compiled in <xref linkend="chapter-temporary-tools"/>. The programs compiled here are only +programs compiled in <xref linkend="chapter-building-system"/>. The programs compiled here are only temporary tools and won't be a part of the final LFS system and by keeping them in a separate directory, we can later easily throw them away. This also helps prevent them from ending up in your host's production directories |