diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:40:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:40:24 +0000 |
commit | e8b37b73664c90bb51a62aaee664245a24321111 (patch) | |
tree | 28cc80940dfe2171d891dd336fb9a1750b0e6c17 | |
parent | facba0456499a2ccb2f7f652782cfd3df6d833ee (diff) |
Correct the instructions for running Module-Init-Tools' testsuite. Fixes #2468.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@9015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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..dbc43763c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-07-28</para> <itemizedlist> <listitem> + <para>[matthew] - Correct the instructions 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> |