Changeset 5331519


Ignore:
Timestamp:
10/02/2003 04:51:57 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:
e4df1fc
Parents:
318e3c8
Message:

Yet more clarifying text re test suites.

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

Files:
5 edited

Legend:

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

    r318e3c8 r5331519  
    3939<para><screen><userinput>make check</userinput></screen></para>
    4040
     41<para>Unfortunately, there is no easy way to view the test results summary like
     42there was for the previous GCC package. However, if a failure occurs here, it
     43should be easy to spot. The output shown will contain something like:</para>
     44
     45<blockquote><screen>make[1]: *** [check-binutils] Error 2</screen></blockquote>
     46
    4147<para>And install the package:</para>                                             
    4248
  • chapter05/creatingstage1dir.xml

    r318e3c8 r5331519  
    3030the LFS partition).</para>
    3131
     32<note><para>Study the above command closely. It can be confusing at first
     33glance. The <userinput>ln</userinput> command has several syntax variations so
     34be sure to check the ln man page before reporting what you may think is an
     35error.</para></note>
     36
    3237</sect1>
    3338
  • chapter06/binutils-inst.xml

    r318e3c8 r5331519  
    5656<para><screen><userinput>make check</userinput></screen></para>
    5757
     58<para>The test suite notes from the "Installing Binutils - Pass 2" section in
     59Chapter 5 are still very much appropriate here. Be sure to refer back there
     60should you have any doubts.</para>
     61
    5862<para>Install the package:</para>
    5963
  • chapter06/gcc-inst.xml

    r318e3c8 r5331519  
    5454<para><screen><userinput>make -k check</userinput></screen></para>
    5555
     56<para>The test suite notes from the "Installing GCC - Pass 2" section in Chapter
     575 are still very much appropriate here. Be sure to refer back there should you
     58have any doubts.</para>
     59
    5660<para>And install the package:</para>
    5761
  • chapter06/glibc-inst.xml

    r318e3c8 r5331519  
    5959<para><screen><userinput>make check</userinput></screen></para>
    6060
     61<para>The test suite notes from the "Installing Glibc" section in Chapter 5 are
     62still very much appropriate here. Be sure to refer back there should you have
     63any doubts.</para>
     64
    6165<para>And install the package:</para>
    6266
Note: See TracChangeset for help on using the changeset viewer.