Changeset 90afe40d


Ignore:
Timestamp:
01/28/2004 10:10:21 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:
ab3b93b
Parents:
3be4d97
Message:

Moving the notes on critical tests to a more conspicuous place.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r3be4d97 r90afe40d  
    3232to fix the problem.</para>
    3333
    34 <note><para>The test suite for Binutils in this section is considered
    35 <emphasis>critical</emphasis>. Our advice is to not skip it under any
    36 circumstances.</para> </note>
    37 
    3834<para>This package is known to behave badly when you have changed its
    3935default optimization flags (including the -march and -mcpu options).
     
    6561generates code that can be executed on PowerPC machines).</para>
    6662
     63<important><para>The test suite for Binutils in this section is considered
     64<emphasis>critical</emphasis>. Our advice is to not skip it under any
     65circumstances.</para></important>
     66
    6767<para>Test the results:</para>
    6868
  • chapter06/gcc.xml

    r3be4d97 r90afe40d  
    2020<sect2>
    2121<title>Installation of GCC</title>
    22 
    23 <note><para>The test suite for GCC in this section is considered
    24 <emphasis>critical</emphasis>. Our advice is to not skip it under any
    25 circumstance.</para></note>
    2622
    2723<para>This package is known to behave badly when you have changed its
     
    6864<screen><userinput>make</userinput></screen>
    6965
     66<important><para>The test suite for GCC in this section is considered
     67<emphasis>critical</emphasis>. Our advice is to not skip it under any
     68circumstance.</para></important>
     69
    7070<para>Test the results, but don't stop at errors (you'll remember the few
    7171known ones):</para>
  • chapter06/glibc.xml

    r3be4d97 r90afe40d  
    2424the Glibc install, because the Glibc autoconf tests would then give bogus
    2525results and thus defeat our goal of achieving a clean build.</para>
    26 
    27 <note><para>The test suite for Glibc in this section is considered
    28 <emphasis>critical</emphasis>. Our advice is to not skip it under any
    29 circumstance.</para></note>
    3026
    3127<para>Before starting to build Glibc, remember to unset any environment
     
    6763
    6864<screen><userinput>make</userinput></screen>
     65
     66<important><para>The test suite for Glibc in this section is considered
     67<emphasis>critical</emphasis>. Our advice is to not skip it under any
     68circumstance.</para></important>
    6969
    7070<para>Test the results:</para>
Note: See TracChangeset for help on using the changeset viewer.