aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-01 09:55:32 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-01 09:55:32 +0000
commit03e9011736d9f1f81771a6cc59e9b7970d7ad0c7 (patch)
tree7d13abcf898b77e7e98c421e008a8237d2ee44d2
parentb85d4d38c0046e134285537bf3e788f92c89a533 (diff)
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
-rw-r--r--chapter05/glibc.xml2
-rw-r--r--chapter06/glibc.xml7
-rw-r--r--general.ent4
3 files changed, 6 insertions, 7 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 0efb8a034..0be480aba 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -190,7 +190,7 @@ chapter.</para></note>
<para>To install the Glibc locales anyway, use the following
command:</para>
-<screen><userinput>make localedata/install-locales</userinput></screen>
+<screen role="nodump"><userinput>make localedata/install-locales</userinput></screen>
<para>To save time, an alternative to running the
previous command (which generates and installs every locale Glibc is
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.</para></important>
<para>Test the results:</para>
-<screen><userinput>
-make -k check &gt;glibc-check-log 2&gt;&amp;1 ; grep Error glibc-check-log
-</userinput></screen>
+<screen><userinput>make -k check &gt;glibc-check-log 2&gt;&amp;1
+grep Error glibc-check-log</userinput></screen>
<para>On at least i686 you can expect to see failures in the <emphasis>test-double
</emphasis> and <emphasis>test-idouble</emphasis> math tests with
@@ -177,7 +176,7 @@ instructions, instead of the <parameter>install-locales</parameter>
target used above, will install the minimum set of locales necessary
for the tests to run successfully:</para>
-<screen><userinput>mkdir -pv /usr/lib/locale
+<screen role="nodump"><userinput>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
diff --git a/general.ent b/general.ent
index abad19fb6..fdc77449d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050929">
-<!ENTITY releasedate "September 29, 2005">
+<!ENTITY version "SVN-20051001">
+<!ENTITY releasedate "October 1, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->