瀏覽代碼

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
Gerard Beekmans 19 年之前
父節點
當前提交
fe10b9c24a
共有 3 個文件被更改,包括 15 次插入4 次删除
  1. 12 1
      chapter01/changelog.xml
  2. 1 1
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 12 - 1
chapter01/changelog.xml

@@ -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>

+ 1 - 1
chapter06/glibc.xml

@@ -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

+ 2 - 2
general.ent

@@ -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}]" -->