Changeset a6505d9


Ignore:
Timestamp:
10/13/2003 06:10:04 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, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c5194aac
Parents:
0594698
Message:

Miscellaneous small fixes.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/conventions.xml

    r0594698 ra6505d9  
    1818<blockquote><para>This form of text (fixed width text) is showing screen
    1919output, probably as the result of commands issued, and is also used to
    20 show filenames, such as <filename>/etc/lilo.conf</filename>.</para></blockquote>
     20show filenames, such as <filename>/etc/ld.so.conf</filename>.</para></blockquote>
    2121
    2222<para><emphasis>Emphasis</emphasis></para>
  • chapter05/chapter05.xml

    r0594698 ra6505d9  
    6262<screen><userinput>rm -rf /tools/{,share/}{doc,info,man}</userinput></screen>
    6363
    64 <para>You will now need to have at least 800 MB of free space on your LFS
     64<para>You will now need to have at least 850 MB of free space on your LFS
    6565filesystem to be able to build and install Glibc in the next phase. If you can
    6666build and install Glibc, you can build and install the rest too.</para>
  • chapter05/lockingglibc.xml

    r0594698 ra6505d9  
    1616pass of Binutils. From this point onwards everything will link <emphasis>only
    1717</emphasis> against the libraries in <filename>/tools/lib</filename>.</para>
     18
     19<note><para>If you somehow missed the earlier warning to retain the Binutils
     20source and build directories from the first pass or otherwise accidentally
     21deleted them or just don't have access to them, don't worry, all is not lost.
     22Just ignore the above command. The result is a small chance of subsequent
     23programs linking against libraries on the host. This is not ideal, however,
     24it's not a major problem. The situation is corrected when we install the
     25second pass of Binutils later on.</para></note>
    1826
    1927<para>Now that the adjusted linker is installed, you have to remove the
Note: See TracChangeset for help on using the changeset viewer.