diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 62892b0b1..e0aa19e93 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <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> </listitem> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 20c4cb452..56d55834c 100644 --- a/chapter06/module-init-tools.xml +++ b/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> |