From 181205154e6050d85ff4f736221b346b6707b99d Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 9 Oct 2008 18:45:51 +0000 Subject: Added a command inadvertantly left out of the Chapter 5 Glibc instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 98f22ad17..dd3487355 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -166,9 +166,10 @@ cd ../glibc-build Compilation is now complete. As mentioned earlier, running the test suites for the temporary tools installed in this chapter is not mandatory. To run the Glibc test suite (if desired), the following - command will do so: + commands will do so: -make check +cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata +make check For a discussion of test failures that are of particular importance, please see -- cgit v1.2.3-54-g00ecf