mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
b7a775eb55
commit
fe10b9c24a
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>May 30, 2006</para>
|
<para>May 30, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -46,7 +57,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Removed <command>getunimap</command>,
|
<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
|
the list of programs installed by kbd. Thanks to Chris Staub for the
|
||||||
patch.</para>
|
patch.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -125,7 +125,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
|
|
||||||
<para>Test the results:</para>
|
<para>Test the results:</para>
|
||||||
|
|
||||||
<screen><userinput>make -k check >glibc-check-log 2>&1
|
<screen><userinput>make -k check 2>&1 | tee glibc-check-log
|
||||||
grep Error glibc-check-log</userinput></screen>
|
grep Error glibc-check-log</userinput></screen>
|
||||||
|
|
||||||
<para>On at least i686 you can expect to see failures in the
|
<para>On at least i686 you can expect to see failures in the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-2006030">
|
<!ENTITY version "SVN-20060531">
|
||||||
<!ENTITY releasedate "May 30, 2006">
|
<!ENTITY releasedate "May 31, 2006">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user