Changeset 0179f08


Ignore:
Timestamp:
Apr 16, 2011, 3:12:20 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d116d7e
Parents:
af891d2
git-author:
Joe Ciccone <jciccone@…> (04/16/11 15:12:16)
git-committer:
Joe Ciccone <jciccone@…> (04/16/11 15:12:20)
Message:

During the check of EGLIBC use tee instead of piping straight to
the file so the user can see the output.

File:
1 edited

Legend:

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

    raf891d2 r0179f08  
    9595
    9696<screen os="n"><userinput>cp -v ../eglibc-&eglibc-version;/iconvdata/gconv-modules iconvdata
    97 make -k check &gt;eglibc-check-log 2&gt;&amp;1 ; grep Error eglibc-check-log</userinput></screen>
     97make -k check 2&gt;&amp;1 | tee eglibc-check-log; grep Error eglibc-check-log</userinput></screen>
    9898
    9999    <para os="o">The EGLIBC test suite is highly dependent on certain functions of
Note: See TracChangeset for help on using the changeset viewer.