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

git git at cross-lfs.org
Sat Feb 9 04:32:04 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, master has been updated
       via  799456e1c15da959a192df1c2ac5c16b0f7b6e84 (commit)
       via  782bb1dd6fd2e034944181b0f9c08e1090558ad6 (commit)
       via  ab6647be09d7f9b55bb93bb28381702bf493d5f2 (commit)
      from  26a7c900fe09d2c8a222bc1ba9c431f9b3f92877 (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 799456e1c15da959a192df1c2ac5c16b0f7b6e84
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Feb 9 06:31:57 2013 -0600

    Add fix for mips eglibc ports extraction command entry.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ba67122..89a596a 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>February 09, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix eglibc ports extraction command for mips.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 08, 2013</para>
       <itemizedlist>
         <listitem>

commit 782bb1dd6fd2e034944181b0f9c08e1090558ad6
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Feb 9 06:31:23 2013 -0600

    Fix ports extraction command.

diff --git a/BOOK/final-system/mips/eglibc.xml b/BOOK/final-system/mips/eglibc.xml
index b49748b..cb165f9 100644
--- a/BOOK/final-system/mips/eglibc.xml
+++ b/BOOK/final-system/mips/eglibc.xml
@@ -56,7 +56,7 @@
     <para os="g1">MIPS is not supported in the main EGLIBC tree, so
     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</userinput></screen>
+<screen os="g2"><userinput>tar -xvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.xz</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"

commit ab6647be09d7f9b55bb93bb28381702bf493d5f2
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Feb 9 06:31:07 2013 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index b0cf6e2..1291899 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "02"> <!-- Use two digits -->
 <!ENTITY month_name "February">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY day "09"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/mips/eglibc.xml      |    2 +-
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list