[Clfs-commits] commit: r4892 - in /branches/clfs-sysroot/BOOK: cross-tools/common/file.xml cross-tools/common/ncurses.xml cross-tools/common/shadow.xml final-system/common/groff.xml

svn at cross-lfs.org svn at cross-lfs.org
Thu Mar 19 17:54:32 PDT 2009


Author: jciccone
Date: Fri Mar 20 00:54:32 2009
New Revision: 4892

Log:
Remove --enable-multibyte from groff config.
add cross-tools as secondary index entry for file, ncurses, and shadow in cross-tools.
add file patches to the native cross-tools build.

Modified:
    branches/clfs-sysroot/BOOK/cross-tools/common/file.xml
    branches/clfs-sysroot/BOOK/cross-tools/common/ncurses.xml
    branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml
    branches/clfs-sysroot/BOOK/final-system/common/groff.xml

Modified: branches/clfs-sysroot/BOOK/cross-tools/common/file.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/common/file.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/common/file.xml Fri Mar 20 00:54:32 2009
@@ -10,8 +10,29 @@
 
   <title>File-&file-version; - Native</title>
 
+  <indexterm zone="ch-cross-tools-file">
+    <primary sortas="a-File">File</primary>
+    <secondary>cross tools</secondary>
+  </indexterm>
+
   <sect2 role="installation">
     <title>Installation of File</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
     <para>Prepare File for compilation:</para>
 

Modified: branches/clfs-sysroot/BOOK/cross-tools/common/ncurses.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/common/ncurses.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/common/ncurses.xml Fri Mar 20 00:54:32 2009
@@ -8,10 +8,11 @@
 <sect1 id="ch-cross-tools-ncurses" role="wrap">
   <?dbhtml filename="ncurses.html"?>
 
-  <title>Ncurses-&ncurses-version;</title>
+  <title>Ncurses-&ncurses-version; - Native</title>
 
   <indexterm zone="ch-cross-tools-ncurses">
     <primary sortas="a-Ncurses">Ncurses</primary>
+    <secondary>cross tools</secondary>
   </indexterm>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/common/shadow.xml Fri Mar 20 00:54:32 2009
@@ -9,6 +9,11 @@
   <?dbhtml filename="shadow.html"?>
 
   <title>Shadow-&shadow-version; - Native</title>
+
+  <indexterm zone="ch-cross-tools-shadow">
+    <primary sortas="a-Shadow">Shadow</primary>
+    <secondary>cross tools</secondary>
+  </indexterm>
 
   <sect2 role="installation">
     <title>Installation of Shadow</title>

Modified: branches/clfs-sysroot/BOOK/final-system/common/groff.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/groff.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/groff.xml Fri Mar 20 00:54:32 2009
@@ -33,7 +33,7 @@
     <para os="b">Prepare Groff for compilation:</para>
 
 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --prefix=/usr --enable-multibyte</userinput></screen>
+    --prefix=/usr</userinput></screen>
 
     <para os="d">Compile the package:</para>
 




More information about the Clfs-commits mailing list