From 03e9011736d9f1f81771a6cc59e9b7970d7ad0c7 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 1 Oct 2005 09:55:32 +0000 Subject: In Chapter5, dump only the locales required by testsuites. In chapter6 dump the full locales build. Fixed an screen formating issue in both HTML and PDF outputs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c8847411a..d6508508f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,9 +115,8 @@ circumstance. Test the results: - -make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log - +make -k check >glibc-check-log 2>&1 +grep Error glibc-check-log On at least i686 you can expect to see failures in the test-double and test-idouble math tests with @@ -177,7 +176,7 @@ instructions, instead of the install-locales target used above, will install the minimum set of locales necessary for the tests to run successfully: -mkdir -pv /usr/lib/locale +mkdir -pv /usr/lib/locale localedef -i de_DE -f ISO-8859-1 de_DE localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro localedef -i en_HK -f ISO-8859-1 en_HK -- cgit v1.2.3-54-g00ecf