From e8b37b73664c90bb51a62aaee664245a24321111 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Jul 2009 20:40:24 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 5 +++++ chapter06/module-init-tools.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 62892b0b1..dbc43763c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-07-28 + + [matthew] - Correct the instructions for running + Module-Init-Tools' testsuite. Fixes + #2468. + [matthew] - Upgrade to Autoconf-2.64. Fixes #2467. 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 @@ ./configure make check +./tests/runtests make clean Prepare Module-Init-Tools for compilation: