Changeset 8149
- Timestamp:
- 06/06/07 11:28:25 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (2 diffs)
- trunk/BOOK/chapter06/bash.xml (modified) (1 diff)
- trunk/BOOK/chapter08/kernel.xml (modified) (2 diffs)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8147 r8149 38 38 39 39 <listitem> 40 <para>2007-06-06</para> 41 <itemizedlist> 42 <listitem> 43 <para>[manuel] - Adjusted locale settings for Bash testsuite run and 44 kernel <command>make menuconfig</command> command. Fixes 45 <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 49 50 <listitem> 40 51 <para>2007-06-05</para> 41 52 <itemizedlist> … … 43 54 <para>[manuel] - Made more prominent that the headers in the system's 44 55 include directory must be ones against which Glibc was compiled. 45 Fixes <ulink url="&lfs-ticket-root;2024">#2024</ulink> </para>56 Fixes <ulink url="&lfs-ticket-root;2024">#2024</ulink>.</para> 46 57 </listitem> 47 58 <listitem> trunk/BOOK/chapter06/bash.xml
r8006 r8149 73 73 <para>To test the results, issue:</para> 74 74 75 <screen><userinput>chown -Rv nobody ./ 75 <screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests 76 chown -Rv nobody ./ 76 77 su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> 77 78 trunk/BOOK/chapter08/kernel.xml
r8147 r8149 56 56 url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para> 57 57 58 <screen role="nodump"><userinput>make menuconfig</userinput></screen> 58 <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen> 59 60 <variablelist> 61 <title>The meaning of the make parameters:</title> 62 63 <varlistentry> 64 <term><parameter>LANG=<host_LANG_value> LC_ALL=</parameter></term> 65 <listitem> 66 <para>This establishes the locale setting to the one used on the host. 67 This is needed for a proper menuconfig ncurses interface line 68 drawing on UTF-8 linux text console.</para> 69 70 <para>Be sure to replace <replaceable><host_LANG_value></replaceable> 71 by the value of the <envar>$LANG</envar> variable from your host. 72 If not set, you could use also the host's value of <envar>$LC_ALL</envar> 73 or <envar>$LC_CTYPE</envar>.</para> 74 </listitem> 75 </varlistentry> 76 77 </variablelist> 59 78 60 79 <para>Alternatively, <command>make oldconfig</command> may be more … … 144 163 <filename class="directory">include</filename> directory should 145 164 <emphasis>always</emphasis> be the ones against which Glibc was compiled, 146 that is, the sanitised headers from th eLinux kernel tarball.147 Therefore, should <emphasis>never</emphasis> be replaced by the raw kernel148 headers or if upgrading the kernel.</para>165 that is, the sanitised headers from this Linux kernel tarball. 166 Therefore, thay should <emphasis>never</emphasis> be replaced by either 167 the raw kernel headers or any other kernel sanitized headers.</para> 149 168 </warning> 150 169 trunk/BOOK/general.ent
r8136 r8149 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-20070 514">3 <!ENTITY releasedate " May 14, 2007">2 <!ENTITY version "SVN-20070606"> 3 <!ENTITY releasedate "June 06, 2007"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
