소스 검색

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 년 전
부모
커밋
b02848e688
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/tcl-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@
 </itemizedlist>
 </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
 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 
 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
 consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>