[Clfs-commits] commit: r4356 - in /trunk/BOOK: final-system/common/kbd.xml final-system/multilib/kbd.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 6 12:45:52 PST 2009


Author: jim
Date: Tue Jan  6 20:45:51 2009
New Revision: 4356

Log:
Modified build of KBD to make utf-8 friendly

Modified:
    trunk/BOOK/final-system/common/kbd.xml
    trunk/BOOK/final-system/multilib/kbd.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/kbd.xml
==============================================================================
--- trunk/BOOK/final-system/common/kbd.xml (original)
+++ trunk/BOOK/final-system/common/kbd.xml Tue Jan  6 20:45:51 2009
@@ -27,38 +27,24 @@
 
     <para os="a">Prepare Kbd for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
-
-    <variablelist os="c">
-      <title>The meaning of the configure options:</title>
-
-      <varlistentry>
-        <term><parameter>--datadir</parameter></term>
-        <listitem>
-          <para>This option places the Kbd data and keymap files into /lib/kbd,
-          as they are used by some of the scripts in the CLFS-Bootscripts
-          package and must be on the root partition.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-    <para os="d">Compile the package:</para>
-
-<screen os="e"><userinput>make</userinput></screen>
-
-    <para os="f">This package does not come with a test suite.</para>
-
-    <para os="g">Install the package:</para>
-
-<screen os="h"><userinput>make install</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
+
+    <para os="c">Compile the package:</para>
+
+<screen os="d"><userinput>make</userinput></screen>
+
+    <para os="e">This package does not come with a test suite.</para>
+
+    <para os="f">Install the package:</para>
+
+<screen os="g"><userinput>make install</userinput></screen>
 
     <para os="i">Some of the programs from Kbd are used by scripts
     in the CLFS-Bootscripts package. As <filename
     class="directory">/usr</filename> may not be available during the early
     stages of booting, those binaries need to be on the root partition:</para>
 
-<screen os="j"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
+<screen os="h"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/final-system/multilib/kbd.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/kbd.xml (original)
+++ trunk/BOOK/final-system/multilib/kbd.xml Tue Jan  6 20:45:51 2009
@@ -25,28 +25,21 @@
     href="../common/kbd.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-    --datadir=/lib64/kbd</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
 
-    <variablelist os="c">
-      <title>The meaning of the configure options:</title>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/kbd.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
 
-      <varlistentry>
-        <term><parameter>--datadir</parameter></term>
-        <listitem>
-          <para>This option places the Kbd data and keymap files into
-          /lib64/kbd, as they are used by some of the scripts in the
-          CLFS-Bootscripts package and must be on the root partition.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
+<screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/kbd.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
-<screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/kbd.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/kbd.xml"
@@ -60,14 +53,6 @@
     href="../common/kbd.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/kbd.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/kbd.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Jan  6 20:45:51 2009
@@ -41,6 +41,9 @@
       <itemizedlist>
         <listitem>
           <para>[Jim] - Corrected Build Issue with Groff 1.20.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Modified build of KBD to make utf-8 friendly.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list