Added tee to chapter 6's glibc make check.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2006-05-31 15:30:20 +00:00
parent b7a775eb55
commit fe10b9c24a
3 changed files with 15 additions and 4 deletions

View File

@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
<para>May 31, 2006</para>
<itemizedlist>
<listitem>
<para>[gerard] - Added <command>tee</command> to chapter 6's Glibc
<command>make check</command> so the output can be seen on screen
as well as captured in the log file.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 30, 2006</para>
<itemizedlist>
@ -46,7 +57,7 @@
</listitem>
<listitem>
<para>[matthew] - Removed <command>getunimap</command>,
<command>setlogons</command> and <command>setvesablank</command> from
<command>setlogons</command>, and <command>setvesablank</command> from
the list of programs installed by kbd. Thanks to Chris Staub for the
patch.</para>
</listitem>

View File

@ -125,7 +125,7 @@ cd ../glibc-build</userinput></screen>
<para>Test the results:</para>
<screen><userinput>make -k check &gt;glibc-check-log 2&gt;&amp;1
<screen><userinput>make -k check 2&gt;&amp;1 | tee glibc-check-log
grep Error glibc-check-log</userinput></screen>
<para>On at least i686 you can expect to see failures in the

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-2006030">
<!ENTITY releasedate "May 30, 2006">
<!ENTITY version "SVN-20060531">
<!ENTITY releasedate "May 31, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->