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

git git at cross-lfs.org
Fri Sep 14 09:14:56 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  6793780698f95431f09e0e1eb87c9041355afeed (commit)
       via  1cdaa625dc9139a6ce8396b83a86ea9edb8ade5b (commit)
       via  eba4360d25bb07cea497b4ae466eeb638c1df589 (commit)
       via  b9b8af1fc22624048f75e0a421722e1fa2183c13 (commit)
       via  25ec0dfef98cdafc087abac61119d825888d29b5 (commit)
      from  e70e22aea39237432310713415a57184f462e372 (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 6793780698f95431f09e0e1eb87c9041355afeed
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 14 11:14:46 2012 -0500

    Update MIPS changelogs.

diff --git a/BOOK/introduction/mips64-64/changelog.xml b/BOOK/introduction/1
similarity index 99%
copy from BOOK/introduction/mips64-64/changelog.xml
copy to BOOK/introduction/1
index 8af4723..bf4118d 100644
--- a/BOOK/introduction/mips64-64/changelog.xml
+++ b/BOOK/introduction/1
@@ -38,6 +38,7 @@
         <listitem>
           <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
         </listitem>
+
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/introduction/mips/changelog.xml b/BOOK/introduction/mips/changelog.xml
index 38061a5..cdc0a8c 100644
--- a/BOOK/introduction/mips/changelog.xml
+++ b/BOOK/introduction/mips/changelog.xml
@@ -38,6 +38,9 @@
         <listitem>
           <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/introduction/mips64-64/changelog.xml b/BOOK/introduction/mips64-64/changelog.xml
index 8af4723..e19e185 100644
--- a/BOOK/introduction/mips64-64/changelog.xml
+++ b/BOOK/introduction/mips64-64/changelog.xml
@@ -38,6 +38,9 @@
         <listitem>
           <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/introduction/mips64/changelog.xml b/BOOK/introduction/mips64/changelog.xml
index 2ddbe04..37fe2e9 100644
--- a/BOOK/introduction/mips64/changelog.xml
+++ b/BOOK/introduction/mips64/changelog.xml
@@ -38,6 +38,9 @@
         <listitem>
           <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit 1cdaa625dc9139a6ce8396b83a86ea9edb8ade5b
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 14 11:10:06 2012 -0500

    Remove unneeded directory move for eglibc-ports for MIPS books.

diff --git a/BOOK/final-system/mips/eglibc.xml b/BOOK/final-system/mips/eglibc.xml
index a816fbc..b49748b 100644
--- a/BOOK/final-system/mips/eglibc.xml
+++ b/BOOK/final-system/mips/eglibc.xml
@@ -54,12 +54,9 @@
     xpointer="xpointer(//*[@os='b'])"/>
 
     <para os="g1">MIPS is not supported in the main EGLIBC tree, so
-    we need the eglibc-ports tarball. After entering the EGLIBC source dir,
-    unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename> and rename the
-    directory it creates so that EGLIBC's build system can find it:</para>
+    we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para>
 
-<screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.bz2
-mv -v eglibc-ports-&eglibc-version; ports</userinput></screen>
+<screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.bz2</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"

commit eba4360d25bb07cea497b4ae466eeb638c1df589
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 14 11:05:34 2012 -0500

    Add revision info to MIPS eglibc-ports text.

diff --git a/BOOK/final-system/mips/eglibc.xml b/BOOK/final-system/mips/eglibc.xml
index 4136766..a816fbc 100644
--- a/BOOK/final-system/mips/eglibc.xml
+++ b/BOOK/final-system/mips/eglibc.xml
@@ -55,7 +55,7 @@
 
     <para os="g1">MIPS is not supported in the main EGLIBC tree, so
     we need the eglibc-ports tarball. After entering the EGLIBC source dir,
-    unpack <filename>eglibc-ports-&eglibc-version;</filename> and rename the
+    unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename> and rename the
     directory it creates so that EGLIBC's build system can find it:</para>
 
 <screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.bz2

commit b9b8af1fc22624048f75e0a421722e1fa2183c13
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 14 10:58:48 2012 -0500

    Update MIPS books changelogs.

diff --git a/BOOK/introduction/mips/changelog.xml b/BOOK/introduction/mips/changelog.xml
index bab3c00..38061a5 100644
--- a/BOOK/introduction/mips/changelog.xml
+++ b/BOOK/introduction/mips/changelog.xml
@@ -32,6 +32,14 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>14 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>15 February 2012</para>
diff --git a/BOOK/introduction/mips64-64/changelog.xml b/BOOK/introduction/mips64-64/changelog.xml
index b7265e8..8af4723 100644
--- a/BOOK/introduction/mips64-64/changelog.xml
+++ b/BOOK/introduction/mips64-64/changelog.xml
@@ -33,6 +33,15 @@
 
 -->
     <listitem>
+      <para>14 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>30 August 2012</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/mips64/changelog.xml b/BOOK/introduction/mips64/changelog.xml
index 2fadbb5..2ddbe04 100644
--- a/BOOK/introduction/mips64/changelog.xml
+++ b/BOOK/introduction/mips64/changelog.xml
@@ -33,6 +33,15 @@
 
 -->
     <listitem>
+      <para>14 September 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>11 September 2012</para>
       <itemizedlist>
         <listitem>

commit 25ec0dfef98cdafc087abac61119d825888d29b5
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 14 10:49:53 2012 -0500

    Add revision to mips eglibc ports extract command.

diff --git a/BOOK/final-system/mips/eglibc.xml b/BOOK/final-system/mips/eglibc.xml
index 36e8428..4136766 100644
--- a/BOOK/final-system/mips/eglibc.xml
+++ b/BOOK/final-system/mips/eglibc.xml
@@ -58,7 +58,7 @@
     unpack <filename>eglibc-ports-&eglibc-version;</filename> and rename the
     directory it creates so that EGLIBC's build system can find it:</para>
 
-<screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;.tar.bz2
+<screen os="g2"><userinput>tar -jxvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.bz2
 mv -v eglibc-ports-&eglibc-version; ports</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/mips/eglibc.xml                |    7 ++-----
 BOOK/introduction/{mips64-64/changelog.xml => 1} |   10 ++++++++++
 BOOK/introduction/mips/changelog.xml             |   11 +++++++++++
 BOOK/introduction/mips64-64/changelog.xml        |   12 ++++++++++++
 BOOK/introduction/mips64/changelog.xml           |   12 ++++++++++++
 5 files changed, 47 insertions(+), 5 deletions(-)
 copy BOOK/introduction/{mips64-64/changelog.xml => 1} (91%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list