Changeset 1fa0f19


Ignore:
Timestamp:
11/05/2008 09:44:06 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.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, 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:
f7242d4
Parents:
c4487b1
Message:

Changed wording introducing test suites in Chapter 5.

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

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc4487b1 r1fa0f19  
    3838-->
    3939    <listitem>
     40      <para>2008-11-05</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Changed wording introducing test suites in Chapter 5.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>2008-10-31</para>
    4150      <itemizedlist>
  • chapter03/introduction.xml

    rc4487b1 r1fa0f19  
    2525  most packages. If this search is unsuccessful, try one of the
    2626  alternative means of downloading discussed at <ulink
    27   url="&lfs-root;lfs/packages.html"/>.</para>
     27  url="&lfs-root;lfs/packages.html#packages"/>.</para>
    2828
    2929  <para>Downloaded packages and patches will need to be stored somewhere
  • chapter05/bash.xml

    rc4487b1 r1fa0f19  
    6868      </varlistentry>
    6969      <varlistentry>
    70                                 <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
    71                                 <listitem>
    72                                   <para>This parameter bypasses the search for mktime in configure
    73                                         and uses the version in glibc. The is necessary due to a change in
    74                                         gcc that has not been incorporated into this package yet.</para>
    75                                 </listitem>
     70        <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
     71        <listitem>
     72          <para>This parameter bypasses the search for mktime in configure
     73          and uses the version in glibc. The is necessary due to a change in
     74          gcc that has not been incorporated into this package yet.</para>
     75        </listitem>
    7676      </varlistentry>
    7777
     
    8282<screen><userinput remap="make">make</userinput></screen>
    8383
    84     <para>To test the results, issue:</para>
     84    <para>Compilation is now complete. As discussed earlier, running the test
     85    suite is not mandatory for the temporary tools here in this chapter. To run
     86    the Bash test suite anyway, issue the following command:</para>
     87
    8588
    8689<screen><userinput remap="test">make tests</userinput></screen>
  • chapter05/coreutils.xml

    rc4487b1 r1fa0f19  
    7171<screen><userinput remap="make">make</userinput></screen>
    7272
    73     <para>To test the results, issue:</para>
     73    <para>Compilation is now complete. As discussed earlier, running the test
     74    suite is not mandatory for the temporary tools here in this chapter. To run
     75    the Coreutils test suite anyway, issue the following command:</para>
    7476
    7577<screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
  • chapter05/expect.xml

    rc4487b1 r1fa0f19  
    102102<screen><userinput remap="make">make</userinput></screen>
    103103
    104     <para>To test the results, issue:</para>
     104    <para>Compilation is now complete. As discussed earlier, running the test
     105    suite is not mandatory for the temporary tools here in this chapter. To run
     106    the Expect test suite anyway, issue the following command:</para>
    105107
    106108<screen><userinput remap="test">make test</userinput></screen>
  • chapter05/findutils.xml

    rc4487b1 r1fa0f19  
    5252<screen><userinput remap="make">make</userinput></screen>
    5353
    54     <para>To test the results, issue:</para>
     54    <para>Compilation is now complete. As discussed earlier, running the test
     55    suite is not mandatory for the temporary tools here in this chapter. To run
     56    the Findutils test suite anyway, issue the following command:</para>
    5557
    5658<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/gawk.xml

    rc4487b1 r1fa0f19  
    5252
    5353      <varlistentry>
    54                                 <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
    55                                 <listitem>
    56                                   <para>This parameter bypasses the search for mktime in configure
    57                                         and uses the version in glibc. The is necessary due to a change in
    58                                         gcc that has not been incorporated into this package yet.</para>
    59                                 </listitem>
     54        <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
     55        <listitem>
     56          <para>This parameter bypasses the search for mktime in configure
     57          and uses the version in glibc. The is necessary due to a change in
     58          gcc that has not been incorporated into this package yet.</para>
     59        </listitem>
    6060      </varlistentry>
    6161
    6262    </variablelist>
    63     <para>Compile the package:</para>
     63
     64    <para>Compilation is now complete. As discussed earlier, running the test
     65    suite is not mandatory for the temporary tools here in this chapter. To run
     66    the Gawk test suite anyway, issue the following command:</para>
    6467
    6568<screen><userinput remap="make">make</userinput></screen>
  • chapter05/grep.xml

    rc4487b1 r1fa0f19  
    7777<screen><userinput remap="make">make</userinput></screen>
    7878
    79     <para>To test the results, issue:</para>
     79    <para>Compilation is now complete. As discussed earlier, running the test
     80    suite is not mandatory for the temporary tools here in this chapter. To run
     81    the Grep test suite anyway, issue the following command:</para>
    8082
    8183<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/gzip.xml

    rc4487b1 r1fa0f19  
    6161<screen><userinput remap="make">make</userinput></screen>
    6262
    63     <para>To test the results, issue:</para>
     63    <para>Compilation is now complete. As discussed earlier, running the test
     64    suite is not mandatory for the temporary tools here in this chapter. To run
     65    the Gzip test suite anyway, issue the following command:</para>
    6466
    6567<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/m4.xml

    rc4487b1 r1fa0f19  
    5252<screen><userinput remap="make">make</userinput></screen>
    5353
    54     <para>To test the results, issue:</para>
     54    <para>Compilation is now complete. As discussed earlier, running the test
     55    suite is not mandatory for the temporary tools here in this chapter. To run
     56    the M4 test suite anyway, issue the following command:</para>
    5557
    5658<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/make.xml

    rc4487b1 r1fa0f19  
    5151<screen><userinput remap="make">make</userinput></screen>
    5252
    53     <para>To test the results, issue:</para>
     53    <para>Compilation is now complete. As discussed earlier, running the test
     54    suite is not mandatory for the temporary tools here in this chapter. To run
     55    the Make test suite anyway, issue the following command:</para>
    5456
    5557<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/sed.xml

    rc4487b1 r1fa0f19  
    5252<screen><userinput remap="make">make</userinput></screen>
    5353
    54     <para>To test the results, issue:</para>
     54    <para>Compilation is now complete. As discussed earlier, running the test
     55    suite is not mandatory for the temporary tools here in this chapter. To run
     56    the Sed test suite anyway, issue the following command:</para>
    5557
    5658<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/tar.xml

    rc4487b1 r1fa0f19  
    5252<screen><userinput remap="make">make</userinput></screen>
    5353
    54     <para>To test the results, issue:</para>
     54    <para>Compilation is now complete. As discussed earlier, running the test
     55    suite is not mandatory for the temporary tools here in this chapter. To run
     56    the Tar test suite anyway, issue the following command:</para>
    5557
    5658<screen><userinput remap="test">make check</userinput></screen>
  • chapter05/tcl.xml

    rc4487b1 r1fa0f19  
    5858<screen><userinput remap="make">make</userinput></screen>
    5959
    60     <para>To test the results, issue:</para>
     60                <para>Compilation is now complete. As discussed earlier, running the test
     61                suite is not mandatory for the temporary tools here in this chapter. To run
     62                the Tcl test suite anyway, issue the following command:</para>
    6163
    6264<screen><userinput remap="test">TZ=UTC make test</userinput></screen>
    6365
    64     <para>The Tcl test suite is known to experience failures under certain host
     66    <para>The Tcl test suite may experience failures under certain host
    6567    conditions that are not fully understood. Therefore, test suite failures
    6668    here are not surprising, and are not considered critical. The
  • chapter05/texinfo.xml

    rc4487b1 r1fa0f19  
    5252<screen><userinput remap="make">make</userinput></screen>
    5353
    54     <para>To test the results, issue:</para>
     54    <para>Compilation is now complete. As discussed earlier, running the test
     55    suite is not mandatory for the temporary tools here in this chapter. To run
     56    the Texinfo test suite anyway, issue the following command:</para>
    5557
    5658<screen><userinput remap="test">make check</userinput></screen>
  • general.ent

    rc4487b1 r1fa0f19  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081031">
    3 <!ENTITY releasedate "October 31, 2009">
     2<!ENTITY version "SVN-20081106">
     3<!ENTITY releasedate "November 6, 2009">
    44<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.