Browse Source

Removed the -k from TCL's make check

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 years ago
parent
commit
b02848e688
2 changed files with 4 additions and 1 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/tcl-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make
+check, since it's not expected to have failures anymore</para></listitem>
+
 <listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the
 <listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the
 man hint to a pointer to BLFS</para></listitem>
 man hint to a pointer to BLFS</para></listitem>
 
 

+ 1 - 1
chapter05/tcl-inst.xml

@@ -21,7 +21,7 @@ to know that our most important tools are working properly.</para>
 checks to ensure it built correctly.  Should you choose to run it, the 
 checks to ensure it built correctly.  Should you choose to run it, the 
 following command will do so:</para>
 following command will do so:</para>
 
 
-<para><screen><userinput>TZ=UTC make -k test</userinput></screen></para>
+<para><screen><userinput>TZ=UTC make test</userinput></screen></para>
 
 
 <para>Sometimes, package test suites will give false failures.  You can
 <para>Sometimes, package test suites will give false failures.  You can
 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>