瀏覽代碼

Correct the instructions for running Module-Init-Tools' testsuite. Fixes #2468.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 年之前
父節點
當前提交
d9e68e63ab
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 1 0
      chapter06/module-init-tools.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2009-07-28</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Correct the commands for running Module-Init-Tools'
+          testsuite. Fixes
+          <ulink url="&lfs-ticket-root;2468">#2468</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Autoconf-2.64. Fixes
           <ulink url="&lfs-ticket-root;2467">#2467</ulink>.</para>

+ 1 - 0
chapter06/module-init-tools.xml

@@ -50,6 +50,7 @@
 
 <screen><userinput remap="test">./configure
 make check
+./tests/runtests
 make clean</userinput></screen>
 
     <para>Prepare Module-Init-Tools for compilation:</para>