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

git git at cross-lfs.org
Thu Oct 30 20:45:04 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  5438820b60a7b7ec95f362554013ba0548c30492 (commit)
      from  6e5c32b1b0ad506f5573fd0828bd8ef342728010 (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 5438820b60a7b7ec95f362554013ba0548c30492
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 22:44:59 2014 -0500

    Adjust commands for glibc and config.cache for slibdir.

diff --git a/BOOK/final-system/mips64/glibc-n32.xml b/BOOK/final-system/mips64/glibc-n32.xml
index 3ae5517..07902df 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -53,8 +53,7 @@ unset LINKER</userinput></screen>
     <para os="m1">Tell Glibc to install its 32-bit libraries into
     <filename class="directory">/lib32</filename>:</para>
 
-<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib32" >>
-    config.cache
+<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib32" >> config.cache
     echo "libc_cv_slibdir=/lib32" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/glibc-64bit.xml b/BOOK/final-system/multilib/glibc-64bit.xml
index 6986cff..f4f52ba 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -53,8 +53,7 @@ unset LINKER</userinput></screen>
     <para os="m1">Tell Glibc to install its 64-bit libraries into
     <filename class="directory">/lib64</filename>:</para>
 
-<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >>
-    config.cache
+<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >> config.cache
     echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64/glibc-64bit.xml b/BOOK/final-system/ppc64/glibc-64bit.xml
index 73d9fc1..1e4dccf 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -52,8 +52,7 @@
     <para os="m1">Tell Glibc to install its 64-bit libraries into
     <filename class="directory">/lib64</filename>:</para>
 
-<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >>
-    config.cache
+<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib64" >> config.cache
     echo "libc_cv_slibdir=/lib64" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index 95d7af5..d5dc5eb 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -56,8 +56,7 @@
     <para os="l5">Tell Glibc to install its libraries into
     <filename class="directory">/lib</filename>:</para>
 
-<screen os="l6"><userinput>echo "libc_cv_rtlddir=/lib" >>
-    config.cache
+<screen os="l6"><userinput>echo "libc_cv_rtlddir=/lib" >> config.cache
     echo "libc_cv_slibdir=/lib" >> config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list