Changeset e4fa2df for chapter05/bash.xml


Ignore:
Timestamp:
11/06/2008 02:43:21 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.4
Children:
9f131b01
Parents:
c4487b1
Message:

Populating branches/6.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    rc4487b1 re4fa2df  
    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>
Note: See TracChangeset for help on using the changeset viewer.