[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, simp, updated. 1c9985f2223af9ebba0756a5aa526072e8660041

git git at cross-lfs.org
Wed Dec 18 00:36:34 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, simp has been updated
       via  1c9985f2223af9ebba0756a5aa526072e8660041 (commit)
      from  d240b159b20ed2458a7f818d2c95fe66c3589926 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c9985f2223af9ebba0756a5aa526072e8660041
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 18 03:35:49 2013 -0500

    Updated m4 to use simplified xml, for real

diff --git a/BOOK/cross-tools/common/m4.xml b/BOOK/cross-tools/common/m4.xml
index c2f5a53..e2dd479 100644
--- a/BOOK/cross-tools/common/m4.xml
+++ b/BOOK/cross-tools/common/m4.xml
@@ -1,47 +1,37 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE c:package [
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 ]>
 
-<sect1 id="ch-cross-tools-m4" role="wrap">
-  <?dbhtml filename="m4.html"?>
+<c:package xmlns:c="http://schema.cross-lfs.org/book"
+           xmlns:xi="http://www.w3.org/2001/XInclude"
+           id="ch-cross-tools-m4" c:multibuild="false">
 
-  <title>M4-&m4-version;</title>
+  <c:title>M4</c:title>
+  <c:version>&m4-version;</c:version>
+  <c:variant>cross-tools</c:variant>
 
-  <indexterm zone="ch-cross-tools-m4">
-    <primary sortas="a-M4">M4</primary>
-    <secondary>temporary system</secondary>
-  </indexterm>
+  <xi:include href="../../final-system/common/m4.xml"
+  xpointer="xmlns(co=http://schema.cross-lfs.org/book)
+            xpointer(/co:package/co:description[1])" />
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../../final-system/common/m4.xml"
-  xpointer="xpointer(//*[@role='package'])"/>
+<c:install>  
 
-  <sect2 role="installation">
-    <title>Installation of M4</title>
+    <c:para>Prepare M4 for compilation:</c:para>
 
-    <para os="a">Prepare M4 for compilation:</para>
+<c:command>./configure --prefix=/cross-tools</c:command>
 
-<screen os="b"><userinput>./configure --prefix=/cross-tools</userinput></screen>
+    <c:para>Compile the package:</c:para>
 
-    <para os="c">Compile the package:</para>
+<c:command>make</c:command>
 
-<screen os="d"><userinput>make</userinput></screen>
+    <c:para>Install the package:</c:para>
 
-    <para os="e">Install the package:</para>
+<c:command>make install</c:command>
 
-<screen os="f"><userinput>make install</userinput></screen>
+  </c:install>
 
-  </sect2>
+  <c:contents c:ref="ch-system-m4" />
 
-  <sect2 role="content">
-    <title/>
-
-    <para>Details on this package are located in <xref
-    linkend="contents-m4" role="."/></para>
-
-  </sect2>
-
-</sect1>
+</c:package>
diff --git a/BOOK/final-system/common/m4.xml b/BOOK/final-system/common/m4.xml
index 62ae241..6f19d29 100644
--- a/BOOK/final-system/common/m4.xml
+++ b/BOOK/final-system/common/m4.xml
@@ -1,82 +1,50 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE c:package [ 
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 ]>
 
-<sect1 id="ch-system-m4" role="wrap">
-  <?dbhtml filename="m4.html"?>
+<c:package xmlns:c="http://schema.cross-lfs.org/book"
+           id="ch-system-m4" c:multibuild="false">
 
-  <title>M4-&m4-version;</title>
+  <c:title>M4</c:title>
+  <c:version>&m4-version;</c:version>  
+  <c:description>The M4 package contains a macro processor.</c:description>
 
-  <indexterm zone="ch-system-m4">
-    <primary sortas="a-M4">M4</primary>
-  </indexterm>
+  <c:install>
 
-  <sect2 role="package">
-    <title/>
+    <c:para>Prepare M4 for compilation:</c:para>
 
-    <para>The M4 package contains a macro processor.</para>
+    <c:command c:multilib="false">./configure --prefix=/usr</c:command>
+    <c:command c:multilib="true">CC="gcc ${BUILD64}" ./configure --prefix=/usr</c:command>
 
-  </sect2>
+    <c:para>Compile the package:</c:para>
 
-  <sect2 role="installation">
-    <title>Installation of M4</title>
+    <c:command>make</c:command>
 
-    <para os="a">Prepare M4 for compilation:</para>
+    <c:para>To test the results, issue:
+    <c:command>make check</c:command>.</c:para>
 
-<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
+    <c:para>Install the package:</c:para>
 
-    <para os="c">Compile the package:</para>
+    <c:command>make install</c:command>
 
-<screen os="d"><userinput>make</userinput></screen>
+  </c:install>
 
-    <para os="e">To test the results, issue:
-    <userinput>make check</userinput>.</para>
+  <c:contents>
 
-    <para os="f">Install the package:</para>
-
-<screen os="g"><userinput>make install</userinput></screen>
-
-  </sect2>
-
-  <sect2 id="contents-m4" role="content">
-    <title>Contents of M4</title>
-
-    <segmentedlist>
-      <segtitle>Installed program</segtitle>
-
-      <seglistitem>
-        <seg>m4</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="m4">
-         <!-- Don't remove the extra space, it prevet a FOP warning. -->
-        <term><command>m4 </command></term>
-        <listitem>
-          <para>copies the given files while expanding the macros that they
+    <c:program>
+      <c:name>m4</c:name>
+          <c:description>copies the given files while expanding the macros that they
           contain. These macros are either built-in or user-defined and can
           take any number of arguments. Besides performing macro expansion,
-          <command>m4</command> has built-in functions for including named
+          <c:command>m4</c:command> has built-in functions for including named
           files, running Unix commands, performing integer arithmetic,
-          manipulating text, recursion, etc. The <command>m4</command>
+          manipulating text, recursion, etc. The <c:command>m4</c:command>
           program can be used either as a front-end to a compiler or as a
-          macro processor in its own right.</para>
-          <indexterm zone="ch-system-m4 m4">
-            <primary sortas="b-m4">m4</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
+          macro processor in its own right.</c:description>
+    </c:program>
 
-  </sect2>
+  </c:contents>
 
-</sect1>
+</c:package>
diff --git a/BOOK/final-system/mips64-chapter.xml b/BOOK/final-system/mips64-chapter.xml
index 6e14404..94fc1a4 100644
--- a/BOOK/final-system/mips64-chapter.xml
+++ b/BOOK/final-system/mips64-chapter.xml
@@ -57,7 +57,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/multiarch_wrapper.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-n32.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/>
diff --git a/BOOK/final-system/ppc64-chapter.xml b/BOOK/final-system/ppc64-chapter.xml
index 4e55ea0..b9fd41a 100644
--- a/BOOK/final-system/ppc64-chapter.xml
+++ b/BOOK/final-system/ppc64-chapter.xml
@@ -47,7 +47,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/procps.xml"/>
diff --git a/BOOK/final-system/sparc64-chapter.xml b/BOOK/final-system/sparc64-chapter.xml
index 906504f..7c8c5af 100644
--- a/BOOK/final-system/sparc64-chapter.xml
+++ b/BOOK/final-system/sparc64-chapter.xml
@@ -47,7 +47,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/procps.xml"/>
diff --git a/BOOK/final-system/x86_64-chapter.xml b/BOOK/final-system/x86_64-chapter.xml
index 99c7dd0..a60b4f0 100644
--- a/BOOK/final-system/x86_64-chapter.xml
+++ b/BOOK/final-system/x86_64-chapter.xml
@@ -47,7 +47,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/e2fsprogs-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/iana-etc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bison-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/procps.xml"/>
diff --git a/BOOK/temp-system/common/m4.xml b/BOOK/temp-system/common/m4.xml
index d061643..7c75ef9 100644
--- a/BOOK/temp-system/common/m4.xml
+++ b/BOOK/temp-system/common/m4.xml
@@ -1,31 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE c:package [
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 ]>
 
-<sect1 id="ch-temp-system-m4" role="wrap">
-  <?dbhtml filename="m4.html"?>
+<c:package xmlns:c="http://schema.cross-lfs.org/book"
+           xmlns:xi="http://www.w3.org/2001/XInclude"
+           id="ch-temp-system-m4" c:multibuild="false">
 
-  <title>M4-&m4-version;</title>
+  <c:title>M4</c:title>
+  <c:version>&m4-version;</c:version>
+  <c:variant>temporary system</c:variant>
 
-  <indexterm zone="ch-temp-system-m4">
-    <primary sortas="a-M4">M4</primary>
-    <secondary>temporary system</secondary>
-  </indexterm>
+  <xi:include href="../../final-system/common/m4.xml"
+  xpointer="xmlns(co=http://schema.cross-lfs.org/book)
+            xpointer(/co:package/co:description[1])" />
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../../final-system/common/m4.xml"
-  xpointer="xpointer(//*[@role='package'])"/>
+  <c:install>
 
-  <sect2 role="installation">
-    <title>Installation of M4</title>
+    <c:para>Configure can not properly determine the results of the
+    following tests:</c:para>
 
-    <para os="cc1">Configure can not properly determine the results of the
-    following tests:</para>
-
-<screen os="cc2"><userinput>cat > config.cache << EOF
+    <c:command>cat > config.cache << EOF
 gl_cv_func_btowc_eof=yes
 gl_cv_func_mbrtowc_incomplete_state=yes
 gl_cv_func_mbrtowc_sanitycheck=yes
@@ -34,30 +30,28 @@ gl_cv_func_mbrtowc_retval=yes
 gl_cv_func_mbrtowc_nul_retval=yes
 gl_cv_func_wcrtomb_retval=yes
 gl_cv_func_wctob_works=yes
-EOF</userinput></screen>
+EOF</c:command>
 
-    <para os="a">Prepare M4 for compilation:</para>
+    <c:para>Prepare M4 for compilation:</c:para>
 
-<screen os="b"><userinput>./configure --prefix=/tools \
+    <c:command c:multilib="false">./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --cache-file=config.cache</userinput></screen>
-
-    <para os="c">Compile the package:</para>
+    --cache-file=config.cache</c:command>
 
-<screen os="d"><userinput>make</userinput></screen>
+    <c:command c:multilib="true">CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</c:command>
 
-    <para os="e">Install the package:</para>
+    <c:para>Compile the package:</c:para>
 
-<screen os="f"><userinput>make install</userinput></screen>
+    <c:command>make</c:command>
 
-  </sect2>
+    <c:para>Install the package:</c:para>
 
-  <sect2 role="content">
-    <title/>
+    <c:command>make install</c:command>
 
-    <para>Details on this package are located in <xref
-    linkend="contents-m4" role="."/></para>
+  </c:install>
 
-  </sect2>
+  <c:contents c:ref="ch-system-m4" />
 
-</sect1>
+</c:package>
diff --git a/BOOK/temp-system/mips64-64-chapter.xml b/BOOK/temp-system/mips64-64-chapter.xml
index ee13bf8..9b479af 100644
--- a/BOOK/temp-system/mips64-64-chapter.xml
+++ b/BOOK/temp-system/mips64-64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/mips64-chapter.xml b/BOOK/temp-system/mips64-chapter.xml
index 1a5fb93..4dfd042 100644
--- a/BOOK/temp-system/mips64-chapter.xml
+++ b/BOOK/temp-system/mips64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/ppc64-chapter.xml b/BOOK/temp-system/ppc64-chapter.xml
index 7dde1a0..74301b2 100644
--- a/BOOK/temp-system/ppc64-chapter.xml
+++ b/BOOK/temp-system/ppc64-chapter.xml
@@ -33,7 +33,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/sparc64-64-chapter.xml b/BOOK/temp-system/sparc64-64-chapter.xml
index ee13bf8..9b479af 100644
--- a/BOOK/temp-system/sparc64-64-chapter.xml
+++ b/BOOK/temp-system/sparc64-64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/sparc64-chapter.xml b/BOOK/temp-system/sparc64-chapter.xml
index 635d08f..863b241 100644
--- a/BOOK/temp-system/sparc64-chapter.xml
+++ b/BOOK/temp-system/sparc64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/x86_64-64-chapter.xml b/BOOK/temp-system/x86_64-64-chapter.xml
index ee13bf8..9b479af 100644
--- a/BOOK/temp-system/x86_64-64-chapter.xml
+++ b/BOOK/temp-system/x86_64-64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>
diff --git a/BOOK/temp-system/x86_64-chapter.xml b/BOOK/temp-system/x86_64-chapter.xml
index 635d08f..863b241 100644
--- a/BOOK/temp-system/x86_64-chapter.xml
+++ b/BOOK/temp-system/x86_64-chapter.xml
@@ -34,7 +34,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gzip.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/m4.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sed.xml"/>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/common/m4.xml          |   50 +++++++-----------
 BOOK/final-system/common/m4.xml         |   86 ++++++++++---------------------
 BOOK/final-system/mips64-chapter.xml    |    2 +-
 BOOK/final-system/ppc64-chapter.xml     |    2 +-
 BOOK/final-system/sparc64-chapter.xml   |    2 +-
 BOOK/final-system/x86_64-chapter.xml    |    2 +-
 BOOK/temp-system/common/m4.xml          |   62 ++++++++++------------
 BOOK/temp-system/mips64-64-chapter.xml  |    2 +-
 BOOK/temp-system/mips64-chapter.xml     |    2 +-
 BOOK/temp-system/ppc64-chapter.xml      |    2 +-
 BOOK/temp-system/sparc64-64-chapter.xml |    2 +-
 BOOK/temp-system/sparc64-chapter.xml    |    2 +-
 BOOK/temp-system/x86_64-64-chapter.xml  |    2 +-
 BOOK/temp-system/x86_64-chapter.xml     |    2 +-
 14 files changed, 86 insertions(+), 134 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list