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

git git at cross-lfs.org
Thu Aug 30 10:59:50 PDT 2012


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  f34bfa13c97b04b7ef0396631ec02388207fdf67 (commit)
      from  65ab9ce089022a25a7df01af7b73a556a7dc531e (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 f34bfa13c97b04b7ef0396631ec02388207fdf67
Author: William Harrington <kb0iic at gmail.com>
Date:   Thu Aug 30 12:59:45 2012 -0500

    Remove misplaced command and update eglibc xml for pure64 finalsystem eglibc books.

diff --git a/BOOK/final-system/mips64-64/eglibc.xml b/BOOK/final-system/mips64-64/eglibc.xml
index 3785e18..7d6b7cf 100644
--- a/BOOK/final-system/mips64-64/eglibc.xml
+++ b/BOOK/final-system/mips64-64/eglibc.xml
@@ -79,11 +79,11 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='l1'])"/>
+    xpointer="xpointer(//*[@os='l5'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='l2'])"/>
+    xpointer="xpointer(//*[@os='l6'])"/>
 
     <para>Now we will force EGLIBC to build as 64-bit instead of the default
     n32 with the following sed:</para>
diff --git a/BOOK/final-system/sparc64-64/eglibc.xml b/BOOK/final-system/sparc64-64/eglibc.xml
index 4259bda..4d52300 100644
--- a/BOOK/final-system/sparc64-64/eglibc.xml
+++ b/BOOK/final-system/sparc64-64/eglibc.xml
@@ -71,11 +71,11 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='l1'])"/>
+    xpointer="xpointer(//*[@os='l5'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86_64-64/eglibc.xml"
-    xpointer="xpointer(//*[@os='l2'])"/>
+    xpointer="xpointer(//*[@os='l6'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
diff --git a/BOOK/final-system/x86_64-64/eglibc.xml b/BOOK/final-system/x86_64-64/eglibc.xml
index 481489b..d56b381 100644
--- a/BOOK/final-system/x86_64-64/eglibc.xml
+++ b/BOOK/final-system/x86_64-64/eglibc.xml
@@ -61,10 +61,10 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <para os="l1">Tell EGLIBC to install its libraries into
+    <para os="l5">Tell EGLIBC to install its libraries into
     <filename class="directory">/lib</filename>:</para>
 
-<screen os="l2"><userinput>echo "slibdir=/lib" >> configparms</userinput></screen>
+<screen os="l6"><userinput>echo "slibdir=/lib" >> configparms</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
diff --git a/BOOK/introduction/mips64-64/changelog.xml b/BOOK/introduction/mips64-64/changelog.xml
index d2cabfb..b7265e8 100644
--- a/BOOK/introduction/mips64-64/changelog.xml
+++ b/BOOK/introduction/mips64-64/changelog.xml
@@ -32,6 +32,14 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>30 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove misplaced command in final system eglibc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>July 13, 2011</para>
diff --git a/BOOK/introduction/sparc64-64/changelog.xml b/BOOK/introduction/sparc64-64/changelog.xml
index d655ec7..8f20cac 100644
--- a/BOOK/introduction/sparc64-64/changelog.xml
+++ b/BOOK/introduction/sparc64-64/changelog.xml
@@ -32,6 +32,14 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>30 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove misplaced command in final system eglibc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>15 February 2012</para>
diff --git a/BOOK/introduction/x86_64-64/changelog.xml b/BOOK/introduction/x86_64-64/changelog.xml
index 939b75e..9d28ecf 100644
--- a/BOOK/introduction/x86_64-64/changelog.xml
+++ b/BOOK/introduction/x86_64-64/changelog.xml
@@ -32,6 +32,14 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>30 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove misplaced command in final system eglibc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>15 February 2012</para>

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

Summary of changes:
 BOOK/final-system/mips64-64/eglibc.xml     |    4 ++--
 BOOK/final-system/sparc64-64/eglibc.xml    |    4 ++--
 BOOK/final-system/x86_64-64/eglibc.xml     |    4 ++--
 BOOK/introduction/mips64-64/changelog.xml  |    8 ++++++++
 BOOK/introduction/sparc64-64/changelog.xml |    8 ++++++++
 BOOK/introduction/x86_64-64/changelog.xml  |    8 ++++++++
 6 files changed, 30 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list