[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. a8de8fab23662cedf5d110ba4e2c1cb7c7e5178b

git git at cross-lfs.org
Wed Jun 15 12:58:38 PDT 2011


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  a8de8fab23662cedf5d110ba4e2c1cb7c7e5178b (commit)
      from  489286f37f9cf84b59e6254b33c5d054580f9af5 (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 a8de8fab23662cedf5d110ba4e2c1cb7c7e5178b
Author: Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Date:   Wed Jun 15 20:58:28 2011 +0100

    Removed duplicated sed from eglibc 32bit final from x86_64, mips64 and ppc64

diff --git a/BOOK/final-system/mips64/eglibc.xml b/BOOK/final-system/mips64/eglibc.xml
index aba9184..7300dcb 100644
--- a/BOOK/final-system/mips64/eglibc.xml
+++ b/BOOK/final-system/mips64/eglibc.xml
@@ -99,10 +99,6 @@
     xpointer="xpointer(//*[@os='l1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../multilib/eglibc.xml"
-    xpointer="xpointer(//*[@os='l2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='m'])"/>
 
diff --git a/BOOK/final-system/ppc64/eglibc.xml b/BOOK/final-system/ppc64/eglibc.xml
index ad661e8..eb12b72 100644
--- a/BOOK/final-system/ppc64/eglibc.xml
+++ b/BOOK/final-system/ppc64/eglibc.xml
@@ -108,10 +108,6 @@
     xpointer="xpointer(//*[@os='l1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../multilib/eglibc.xml"
-    xpointer="xpointer(//*[@os='l2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='m'])"/>
 
diff --git a/BOOK/final-system/x86_64/eglibc.xml b/BOOK/final-system/x86_64/eglibc.xml
index 86f42b5..5062e7b 100644
--- a/BOOK/final-system/x86_64/eglibc.xml
+++ b/BOOK/final-system/x86_64/eglibc.xml
@@ -85,10 +85,6 @@
     xpointer="xpointer(//*[@os='l1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../multilib/eglibc.xml"
-    xpointer="xpointer(//*[@os='l2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='m'])"/>
 
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 6df9770..1b4b2ac 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "14"> <!-- Use two digits -->
+<!ENTITY day "15"> <!-- Use two digits -->
 <!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/mips64/changelog.xml b/BOOK/introduction/mips64/changelog.xml
index 36bdbbd..7f91c76 100644
--- a/BOOK/introduction/mips64/changelog.xml
+++ b/BOOK/introduction/mips64/changelog.xml
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>June 15, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Removed duplicated sed command from eglibc
+            32 bit final.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 17, 2007</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index 5c97415..8b855de 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>June 15, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Removed duplicated sed command from eglibc
+            32 bit final.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 26, 2009</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/x86_64/changelog.xml b/BOOK/introduction/x86_64/changelog.xml
index af267fa..5e7807c 100644
--- a/BOOK/introduction/x86_64/changelog.xml
+++ b/BOOK/introduction/x86_64/changelog.xml
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>June 15, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Removed duplicated sed command from eglibc
+            32 bit final.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 14, 2011</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/mips64/eglibc.xml    |    4 ----
 BOOK/final-system/ppc64/eglibc.xml     |    4 ----
 BOOK/final-system/x86_64/eglibc.xml    |    4 ----
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/mips64/changelog.xml |   10 ++++++++++
 BOOK/introduction/ppc64/changelog.xml  |   10 ++++++++++
 BOOK/introduction/x86_64/changelog.xml |   10 ++++++++++
 7 files changed, 31 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list