[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-79-g717c66f

git git at cross-lfs.org
Thu Oct 30 21:18:20 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, master has been updated
       via  717c66ffe926c0ad1591629ffc16d583039a999b (commit)
      from  f0177f6f95dbda710371d19c8053ea72cba0195a (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 717c66ffe926c0ad1591629ffc16d583039a999b
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 23:12:50 2014 -0500

    Adjust command alignment.

diff --git a/BOOK/final-system/mips64/glibc-n32.xml b/BOOK/final-system/mips64/glibc-n32.xml
index edff8c9..8bd2c1e 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -54,7 +54,7 @@ unset LINKER</userinput></screen>
     <filename class="directory">/lib32</filename>:</para>
 
 <screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib32" >> config.cache
-    echo "libc_cv_slibdir=/lib32" >> config.cache</userinput></screen>
+echo "libc_cv_slibdir=/lib32" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../multilib/glibc.xml"
diff --git a/BOOK/final-system/multilib/glibc-64bit.xml b/BOOK/final-system/multilib/glibc-64bit.xml
index 3cd728d..693fdad 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -54,7 +54,7 @@ unset LINKER</userinput></screen>
     <filename class="directory">/lib64</filename>:</para>
 
 <screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >> config.cache
-    echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
+echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="glibc.xml"
diff --git a/BOOK/final-system/ppc64/glibc-64bit.xml b/BOOK/final-system/ppc64/glibc-64bit.xml
index 6a81f66..579bd04 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -53,7 +53,7 @@
     <filename class="directory">/lib64</filename>:</para>
 
 <screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >> config.cache
-    echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
+echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="glibc.xml"
diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index 4d86717..7e11111 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -57,7 +57,7 @@
     <filename class="directory">/lib</filename>:</para>
 
 <screen os="l6"><userinput>echo "libc_cv_rtlddir=/lib" >> config.cache
-    echo "libc_cv_slibdir=/lib" >> config.cache</userinput></screen>
+echo "libc_cv_slibdir=/lib" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/glibc.xml"

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

Summary of changes:
 BOOK/final-system/mips64/glibc-n32.xml     |    2 +-
 BOOK/final-system/multilib/glibc-64bit.xml |    2 +-
 BOOK/final-system/ppc64/glibc-64bit.xml    |    2 +-
 BOOK/final-system/x86_64-64/glibc.xml      |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list