|
@@ -7,13 +7,13 @@
|
|
<title>Creating the $LFS/tools directory</title>
|
|
<title>Creating the $LFS/tools directory</title>
|
|
<?dbhtml filename="creatingtoolsdir.html"?>
|
|
<?dbhtml filename="creatingtoolsdir.html"?>
|
|
|
|
|
|
-<para>All programs compiled in this chapter will be installed under <filename
|
|
|
|
|
|
+<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
|
|
class="directory">$LFS/tools</filename> to keep them separate from the
|
|
-programs compiled in the next chapter. The programs compiled here are only
|
|
|
|
|
|
+programs compiled in <xref linkend="chapter-temporary-tools"/>. The programs compiled here are only
|
|
temporary tools and won't be a part of the final LFS system and by keeping them
|
|
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
|
|
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
|
|
helps prevent them from ending up in your host's production directories
|
|
-(easy to do in Chapter 5), which could be a very bad thing.</para>
|
|
|
|
|
|
+(easy to do in <xref linkend="chapter-temporary-tools"/>, which could be a very bad thing.</para>
|
|
|
|
|
|
<para>Later on you might wish to search through the binaries of your system to
|
|
<para>Later on you might wish to search through the binaries of your system to
|
|
see what files they make use of or link against. To make this searching easier
|
|
see what files they make use of or link against. To make this searching easier
|