diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:36:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:36:45 +0000 |
commit | d9e68e63aba1d17274668eaadd16a4b9feac341d (patch) | |
tree | b5e3daa25da0e6cea23bad7bbed585a8b3aede32 /chapter06/module-init-tools.xml | |
parent | 04c09d79998c15787449363ce799b5c0a3da714c (diff) |
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
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |