From d9e68e63aba1d17274668eaadd16a4b9feac341d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Jul 2009 20:36:45 +0000 Subject: [PATCH] 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 --- 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..e0aa19e93 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-07-28 + + [matthew] - Correct the commands 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: