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

git git at cross-lfs.org
Mon Aug 2 18:20:07 PDT 2010


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  986e898df65cb8e41c570cdcc9cfdb0748d08e1a (commit)
       via  34577428e9c8bf19cbefdddd6582e2dad1e4fb2c (commit)
      from  f7a455155e8b0a88c6e15b444ce3450bc1a5abbe (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 986e898df65cb8e41c570cdcc9cfdb0748d08e1a
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Mon Aug 2 21:20:49 2010 -0400

    Fix a missing xinclude for m4 in the multilib section.

diff --git a/BOOK/final-system/multilib/m4.xml b/BOOK/final-system/multilib/m4.xml
index 7dbd3d5..3a8edac 100644
--- a/BOOK/final-system/multilib/m4.xml
+++ b/BOOK/final-system/multilib/m4.xml
@@ -29,6 +29,10 @@
     href="../common/m4.xml"
     xpointer="xpointer(//*[@os='s2'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/m4.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
 
    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

commit 34577428e9c8bf19cbefdddd6582e2dad1e4fb2c
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Mon Aug 2 21:20:32 2010 -0400

    Update Date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index dc416be..432218f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2010"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/multilib/m4.xml |    4 ++++
 BOOK/general.ent                  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list