Ignore:
Timestamp:
02/04/2004 10:23:18 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:
91e8861
Parents:
fe5b13b
Message:

Changing chapter IDs in anticipation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    rfe5b13b rdcff046  
    1 <chapter id="chapter05" xreflabel="Chapter 5">
     1<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
    22<title>Constructing a temporary system</title>
    33<?dbhtml filename="chapter05.html" dir="chapter05"?>
     
    7272an actual build. Feel free to refer back here at any time.</para>
    7373
    74 <para>The overall goal of <xref linkend="chapter05"/> is to provide a sane,
     74<para>The overall goal of <xref linkend="chapter-temporary-tools"/> is to provide a sane,
    7575temporary environment that we can chroot into, and from which we can produce a
    7676clean, trouble-free build of the target LFS system in
    77 <xref linkend="chapter06"/>. Along the way, we attempt to divorce ourselves
     77<xref linkend="chapter-building-system"/>. Along the way, we attempt to divorce ourselves
    7878from the host system as much as possible, and in so doing build a
    7979self-contained and self-hosted toolchain. It should be noted that the
     
    110110</important>
    111111
    112 <para>Some key technical points of how the <xref linkend="chapter05"/> build
     112<para>Some key technical points of how the <xref linkend="chapter-temporary-tools"/> build
    113113method works:</para>
    114114
     
    208208<command>ld</command>'s library search path. From this point onwards, the
    209209core toolchain is self-contained and self-hosted. The remainder of the
    210 <xref linkend="chapter05"/> packages all build against the new Glibc in
     210<xref linkend="chapter-temporary-tools"/> packages all build against the new Glibc in
    211211<filename class="directory">/tools</filename> and all is well.</para>
    212212
    213 <para>Upon entering the chroot environment in <xref linkend="chapter06"/>, the
     213<para>Upon entering the chroot environment in <xref linkend="chapter-building-system"/>, the
    214214first major package we install is Glibc, due to its self-sufficient nature that
    215215we mentioned above. Once this Glibc is installed into
Note: See TracChangeset for help on using the changeset viewer.