Changeset 35c2fa60 for chapter05


Ignore:
Timestamp:
10/04/2003 10:19:10 AM (21 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_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:
ec0ce9c
Parents:
1e66abe
Message:

More miscellaneous adjustments.

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

Location:
chapter05
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    r1e66abe r35c2fa60  
    11<chapter id="chapter05">
    2 <title>Preparing the LFS system</title>
     2<title>Constructing a temporary system</title>
    33<?dbhtml filename="chapter05.html" dir="chapter05"?>
    44
  • chapter05/coreutils-inst.xml

    r1e66abe r35c2fa60  
    2323<listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the
    2424test suite to run several additional tests that are considered relatively
    25 expensive on some platforms. Hovever, they are generally not a problem on
     25expensive on some platforms. However, they are generally not a problem on
    2626Linux.</para></listitem>
    2727</itemizedlist>
  • chapter05/gcc-pass2-inst.xml

    r1e66abe r35c2fa60  
    2222case there is no point in running the test suites for GCC and Binutils until you
    2323are able to resolve the issue. You can consult the LFS Wiki at
    24 <ulink url="http://wiki.linuxfromscratch.org"/> for more information on how to
     24<ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to
    2525get PTYs working.</para>
    2626
  • chapter05/introduction.xml

    r1e66abe r35c2fa60  
    3333see all kinds of compiler warnings scroll by on your screen. These are
    3434normal and can be safely ignored. They are just what they say they are:
    35 warnings -- mostly about improper, but not illegal, use of the C or C++
     35warnings -- mostly about deprecated, but not invalid, use of the C or C++
    3636syntax. It's just that C standards have changed rather often and some
    3737packages still use the older standard, which is not really a problem.</para>
  • chapter05/tcl-inst.xml

    r1e66abe r35c2fa60  
    3535
    3636<para>Sometimes, package test suites will give false failures.  You can
    37 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
     37consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org/"/>
    3838to verify that these failures are normal.  This applies to all tests
    3939throughout the book.</para>
Note: See TracChangeset for help on using the changeset viewer.