Ignore:
Timestamp:
06/22/2004 07:48:30 PM (20 years ago)
Author:
lfs-dev <lfs-dev@…>
Branches:
v5_1_1
Parents:
673b0d8
Message:

This commit was manufactured by cvs2svn to create tag 'v5_1_1'.

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/v5_1_1/BOOK@3757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingtoolsdir.xml

    r673b0d8 r2ec64b3  
    88<?dbhtml filename="creatingtoolsdir.html"?>
    99
    10 <para>All programs compiled in this chapter will be installed under <filename
     10<para>All programs compiled in <xref linkend="chapter-temporary-tools"/> will be installed under <filename
    1111class="directory">$LFS/tools</filename> to keep them separate from the
    12 programs compiled in the next chapter. The programs compiled here are only
     12programs compiled in <xref linkend="chapter-building-system"/>. The programs compiled here are only
    1313temporary tools and won't be a part of the final LFS system and by keeping them
    1414in a separate directory, we can later easily throw them away. This also
    1515helps prevent them from ending up in your host's production directories
    16 (easy to do in Chapter 5), which could be a very bad thing.</para>
     16(easy to do in <xref linkend="chapter-temporary-tools"/>, which could be a very bad thing.</para>
    1717
    1818<para>Later on you might wish to search through the binaries of your system to
Note: See TracChangeset for help on using the changeset viewer.