Ignore:
Timestamp:
01/27/2004 10:29:49 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
90afe40d
Parents:
a52b2c2
Message:

Changing identifiers in preparation for moving sections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    ra52b2c2 r3be4d97  
    44
    55
    6 <sect1 id="ch05-introduction">
     6<sect1 id="ch-tools-introduction">
    77<title>Introduction</title>
    88<?dbhtml filename="introduction.html" dir="chapter05"?>
     
    6060
    6161
    62 <sect1 id="ch05-toolchaintechnotes">
     62<sect1 id="ch-tools-toolchaintechnotes">
    6363<title>Toolchain technical notes</title>
    6464<?dbhtml filename="toolchaintechnotes.html" dir="chapter05"?>
     
    261261
    262262
    263 <sect1 id="ch05-creatingtoolsdir">
     263<sect1 id="ch-tools-creatingtoolsdir">
    264264<title>Creating the $LFS/tools directory</title>
    265265<?dbhtml filename="creatingtoolsdir.html" dir="chapter05"?>
     
    302302
    303303
    304 <sect1 id="ch05-addinguser">
     304<sect1 id="ch-tools-addinguser">
    305305<title>Adding the user lfs</title>
    306306<?dbhtml filename="addinguser.html" dir="chapter05"?>
     
    352352
    353353
    354 <sect1 id="ch05-settingenviron">
     354<sect1 id="ch-tools-settingenviron">
    355355<title>Setting up the environment</title>
    356356<?dbhtml filename="settingenvironment.html" dir="chapter05"?>
     
    434434
    435435
    436 <sect1 id="ch05-locking-glibc">
     436<sect1 id="ch-tools-locking-glibc">
    437437<title>"Locking in" Glibc</title>
    438438<?dbhtml filename="lockingglibc.html" dir="chapter05"?>
     
    484484<emphasis>must</emphasis> substitute <filename>ld-linux.so.2</filename> with the
    485485name of your platform's dynamic linker in the above commands. Refer back to
    486 <xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important>
     486<xref linkend="ch-tools-toolchaintechnotes"/> if necessary.</para></important>
    487487
    488488<para>Lastly, there is a possibility that some include files from the host
     
    519519<userinput>cc</userinput>. If this works it means the
    520520<filename class="symlink">/tools/bin/cc</filename> symlink is missing. Revisit
    521 <xref linkend="ch05-gcc-pass1"/> and fix the symlink. Second, ensure your $PATH
     521<xref linkend="ch-tools-gcc-pass1"/> and fix the symlink. Second, ensure your $PATH
    522522is correct. You can check this by running <userinput>echo $PATH</userinput> and
    523523verifying that <filename class="directory">/tools/bin</filename> is at the head
    524524of the list. If the $PATH is wrong it could mean you're not logged in as user
    525525<emphasis>lfs</emphasis> or something went wrong back in
    526 <xref linkend="ch05-settingenviron"/>. Third, something may have gone wrong with
     526<xref linkend="ch-tools-settingenviron"/>. Third, something may have gone wrong with
    527527the specs file amendment above. In this case redo the specs file amendment
    528528ensuring to cut-and-paste the commands as was recommended.</para>
     
    567567
    568568
    569 <sect1 id="ch05-stripping">
     569<sect1 id="ch-tools-stripping">
    570570<title>Stripping</title>
    571571<?dbhtml filename="stripping.html" dir="chapter05"?>
Note: See TracChangeset for help on using the changeset viewer.