Removed the -k from TCL's make check

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-22 19:03:48 +00:00
parent 1ea50a5cd0
commit b02848e688
2 changed files with 4 additions and 1 deletions

View File

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

View File

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