[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-865-g55581cc

git git at cross-lfs.org
Tue Feb 4 06:42:55 PST 2014


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, systemd has been updated
       via  55581cc3a3923d7b0f25d1d3608e5d1f61649dc8 (commit)
       via  9bef0246f91d5e79eafa65758c3887714f6ae421 (commit)
      from  a675f6d8da2133e84ad6581be95c6e1a509b60d4 (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 55581cc3a3923d7b0f25d1d3608e5d1f61649dc8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Feb 4 08:45:00 2014 -0600

    32bit and Pure-64bit books didn't get the mv command for the gdb.py files during final system gcc copied over from master branch. This is now fixed. Noticed when building ppc and inspecting ldconfig -v output.

diff --git a/BOOK/final-system/64/gcc.xml b/BOOK/final-system/64/gcc.xml
index 183c038..9ce1463 100644
--- a/BOOK/final-system/64/gcc.xml
+++ b/BOOK/final-system/64/gcc.xml
@@ -135,6 +135,14 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='z'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='aa'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='ab'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index 457f501..e5c10e1 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -105,6 +105,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
 
 <screen os="z"><userinput>ln -sv gcc /usr/bin/cc</userinput></screen>
 
+    <para os="aa">Finally, move a misplaced file:</para>
+
+<screen os="ab"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-gcc" role="content">
diff --git a/BOOK/final-system/mips/gcc.xml b/BOOK/final-system/mips/gcc.xml
index 17f9336..95a603d 100644
--- a/BOOK/final-system/mips/gcc.xml
+++ b/BOOK/final-system/mips/gcc.xml
@@ -129,6 +129,14 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='z'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='aa'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='ab'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/mips64-64/gcc.xml b/BOOK/final-system/mips64-64/gcc.xml
index 183c038..9ce1463 100644
--- a/BOOK/final-system/mips64-64/gcc.xml
+++ b/BOOK/final-system/mips64-64/gcc.xml
@@ -135,6 +135,14 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='z'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='aa'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='ab'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64/gcc.xml b/BOOK/final-system/ppc64/gcc.xml
index c024702..f633b58 100644
--- a/BOOK/final-system/ppc64/gcc.xml
+++ b/BOOK/final-system/ppc64/gcc.xml
@@ -129,6 +129,14 @@
     href="../multilib/gcc.xml"
     xpointer="xpointer(//*[@os='z'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='aa'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='ab'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 9bef0246f91d5e79eafa65758c3887714f6ae421
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Feb 4 08:43:51 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 57829b0..4209279 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 "03"> <!-- Use two digits -->
+<!ENTITY day "04"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/64/gcc.xml        |    8 ++++++++
 BOOK/final-system/common/gcc.xml    |    4 ++++
 BOOK/final-system/mips/gcc.xml      |    8 ++++++++
 BOOK/final-system/mips64-64/gcc.xml |    8 ++++++++
 BOOK/final-system/ppc64/gcc.xml     |    8 ++++++++
 BOOK/general.ent                    |    2 +-
 6 files changed, 37 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list