[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-919-g9aaf578

git git at cross-lfs.org
Tue May 6 05:09:36 PDT 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  9aaf578d10269de993b4913193c5713acfc3951d (commit)
      from  8ac4555227870ea8c199877f6936fb85d7129215 (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 9aaf578d10269de993b4913193c5713acfc3951d
Author: Chris Staub <chris at beaker67.com>
Date:   Tue May 6 08:09:26 2014 -0400

    Tidy up ppcutils instructions

diff --git a/BOOK/boot/ppc/powerpc-utils.xml b/BOOK/boot/ppc/powerpc-utils.xml
index 1565ca7..66560f3 100644
--- a/BOOK/boot/ppc/powerpc-utils.xml
+++ b/BOOK/boot/ppc/powerpc-utils.xml
@@ -30,14 +30,14 @@
     href="../../final-system/ppc/powerpc-utils.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
-    <para os="a">This package's Makefile has issues with cross-compiling. Fortunately,
+    <para os="c">This package's Makefile has issues with cross-compiling. Fortunately,
     we only need one program and it is a simple task to compile it.</para>
 
-<screen><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
+<screen os="d"><userinput>${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
 
-    <para os="c">Install the program:</para>
+    <para os="e">Install the program:</para>
 
-<screen os="d"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen>
+<screen os="f"><userinput>install -v -m755 nvsetenv /tools/sbin</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/boot/ppc64-64/powerpc-utils.xml b/BOOK/boot/ppc64-64/powerpc-utils.xml
index c60927d..beb6f0b 100644
--- a/BOOK/boot/ppc64-64/powerpc-utils.xml
+++ b/BOOK/boot/ppc64-64/powerpc-utils.xml
@@ -23,28 +23,26 @@
     <title>Installation of Powerpc-Utils</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/ppc/powerpc-utils.xml"
+    href="../ppc/powerpc-utils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
-  --exec-prefix="" --sysconfdir=/etc \
-  --sbindir=/sbin --libexecdir=/lib/udev \
-  --libdir=/usr/lib --with-systemdsystemunitdir=/lib/systemd/system \
-  --disable-extras --disable-introspection</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../ppc/powerpc-utils.xml"
+    xpointer="xpointer(//*[@os='b'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
+    xpointer="xpointer(//*[@os='c'])"/>
 
-<screen><userinput>${CC} ${BUILD64} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
+<screen os="d"><userinput>${CC} ${BUILD64} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
+    xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
+    xpointer="xpointer(//*[@os='f'])"/>
 
   </sect2>
 
diff --git a/BOOK/boot/ppc64/powerpc-utils.xml b/BOOK/boot/ppc64/powerpc-utils.xml
index ce709be..4933079 100644
--- a/BOOK/boot/ppc64/powerpc-utils.xml
+++ b/BOOK/boot/ppc64/powerpc-utils.xml
@@ -23,26 +23,26 @@
     <title>Installation of Powerpc-Utils</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/ppc/powerpc-utils.xml"
+    href="../ppc/powerpc-utils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../../final-system/ppc/powerpc-utils.xml"
+    href="../ppc/powerpc-utils.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
+    xpointer="xpointer(//*[@os='c'])"/>
 
-<screen><userinput>${CC} ${BUILD32} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
+<screen os="d"><userinput>${CC} ${BUILD32} -o nvsetenv nvsetenv.c nwnvsetenv.c</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='c'])"/>
+    xpointer="xpointer(//*[@os='e'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/powerpc-utils.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
+    xpointer="xpointer(//*[@os='f'])"/>
 
   </sect2>
 

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

Summary of changes:
 BOOK/boot/ppc/powerpc-utils.xml      |    8 ++++----
 BOOK/boot/ppc64-64/powerpc-utils.xml |   18 ++++++++----------
 BOOK/boot/ppc64/powerpc-utils.xml    |   12 ++++++------
 3 files changed, 18 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list