[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-84-gb50d1dc

git git at cross-lfs.org
Thu Jun 6 20:17:31 PDT 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, master has been updated
       via  b50d1dc1fba180d148ec025579fa49437be6b8d7 (commit)
      from  bc100111f377e153a5c6b34c2efcbc8c1aca8932 (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 b50d1dc1fba180d148ec025579fa49437be6b8d7
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jun 6 22:17:25 2013 -0500

    Add no gets patch to all m4 installs.

diff --git a/BOOK/cross-tools/common/m4.xml b/BOOK/cross-tools/common/m4.xml
index 62afa28..56df5e2 100644
--- a/BOOK/cross-tools/common/m4.xml
+++ b/BOOK/cross-tools/common/m4.xml
@@ -22,11 +22,13 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
 
-    <para os="p1">The following patch contains a fix when building 
-    with a host having Glibc or EGLIBC 2.16 or later.</para>
-
-    <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare M4 for compilation:</para>
 
diff --git a/BOOK/final-system/common/m4.xml b/BOOK/final-system/common/m4.xml
index 62ae241..289bbf7 100644
--- a/BOOK/final-system/common/m4.xml
+++ b/BOOK/final-system/common/m4.xml
@@ -24,6 +24,11 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+    <para os="p1">The following patch contains a fix when building 
+    with a host having Glibc or EGLIBC 2.16 or later.</para>
+
+    <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen>
+
     <para os="a">Prepare M4 for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
diff --git a/BOOK/final-system/multilib/m4.xml b/BOOK/final-system/multilib/m4.xml
index 73c5116..b95f998 100644
--- a/BOOK/final-system/multilib/m4.xml
+++ b/BOOK/final-system/multilib/m4.xml
@@ -22,6 +22,14 @@
     <title>Installation of M4</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../cross-tools/common/m4.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/m4.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
diff --git a/BOOK/temp-system/common/m4.xml b/BOOK/temp-system/common/m4.xml
index d061643..57443af 100644
--- a/BOOK/temp-system/common/m4.xml
+++ b/BOOK/temp-system/common/m4.xml
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
     <para os="cc1">Configure can not properly determine the results of the
     following tests:</para>
 
diff --git a/BOOK/temp-system/multilib/m4.xml b/BOOK/temp-system/multilib/m4.xml
index 7953a5b..7048c7a 100644
--- a/BOOK/temp-system/multilib/m4.xml
+++ b/BOOK/temp-system/multilib/m4.xml
@@ -23,6 +23,14 @@
     <title>Installation of M4</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/m4.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/m4.xml"
     xpointer="xpointer(//*[@os='cc1'])"/>
 

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

Summary of changes:
 BOOK/cross-tools/common/m4.xml    |   10 ++++++----
 BOOK/final-system/common/m4.xml   |    5 +++++
 BOOK/final-system/multilib/m4.xml |    8 ++++++++
 BOOK/temp-system/common/m4.xml    |    8 ++++++++
 BOOK/temp-system/multilib/m4.xml  |    8 ++++++++
 5 files changed, 35 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list