Changeset 37957f4


Ignore:
Timestamp:
May 2, 2014, 9:54:54 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d97338a
Parents:
d785e9d
Message:

Removed obsolete command to copy gconv-modules

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    rd785e9d r37957f4  
    103103    </important>
    104104
    105     <para os="m">Before running the tests, copy a file from the source tree into our
    106     build tree to prevent a couple of test failures, then run the tests:</para>
     105    <para os="m">Use the following commands to run the testsuite and output
     106    any test failures:</para>
    107107
    108108<!-- items n,o,p no longer the master, use x86_64 which has no failures -->
    109109
    110 <screen os="n"><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata
    111 make -k check 2&gt;&amp;1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen>
     110<screen os="n"><userinput remap="test">make -k check 2&gt;&amp;1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen>
    112111
    113112    <para os="o">The Glibc test suite is highly dependent on certain functions of
  • BOOK/introduction/common/changelog.xml

    rd785e9d r37957f4  
    3838
    3939    <listitem>
     40      <para>02 May 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed command to copy gconv-modules in Glibc
     44          instructions, as it is no longer needed.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>30 April 2014</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.