Changeset 37957f4 for BOOK/final-system


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

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