Changeset f861982 for chapter05


Ignore:
Timestamp:
10/07/2003 06:00:35 AM (21 years ago)
Author:
Greg Schafer <greg@…>
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, 12.2, 12.2-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_0, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2f5cae8
Parents:
f57e3d1
Message:

Miscellaneous fixes and cleanups.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2-inst.xml

    rf57e3d1 rf861982  
    154154
    155155<note><para>At this point it is strongly recommended to repeat the sanity check
    156 we performed earlier in the chapter. Refer back to the "Locking in" Glibc section
    157 and repeat the check. If the results are wrong then most likely, you forgot to
    158 apply the above mentioned GCC Specs patch.</para></note>
     156we performed earlier in the chapter. Refer back to
     157<xref linkend="ch05-locking-glibc"/> and repeat the check. If the results are
     158wrong then most likely, you forgot to apply the above mentioned GCC Specs
     159patch.</para></note>
    159160
    160161</sect2>
  • chapter05/glibc-inst.xml

    rf57e3d1 rf861982  
    66<para>Before starting to install Glibc, you must <userinput>cd</userinput>
    77into the <filename>glibc-&glibc-version;</filename> directory and unpack
    8 Glibc-linuxthreads in that directory, not in <filename>/usr/src</filename> as
    9 you would normally do.</para>
     8Glibc-linuxthreads in that directory, not in <filename>$LFS/tools/src</filename>
     9as you would normally do.</para>
    1010
    1111<note><para>We are going to run the test suite for Glibc in this chapter.
Note: See TracChangeset for help on using the changeset viewer.