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

git git at cross-lfs.org
Thu Oct 30 20:56:21 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  f0177f6f95dbda710371d19c8053ea72cba0195a (commit)
      from  5438820b60a7b7ec95f362554013ba0548c30492 (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 f0177f6f95dbda710371d19c8053ea72cba0195a
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 22:55:56 2014 -0500

    Add --cache-file=config.cache to the configure lines to use the config.cache file for slibdir.

diff --git a/BOOK/final-system/mips64/glibc-n32.xml b/BOOK/final-system/mips64/glibc-n32.xml
index 07902df..edff8c9 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -64,7 +64,7 @@ unset LINKER</userinput></screen>
     ../glibc-&glibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
-    --enable-obsolete-rpc</userinput></screen>
+    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
     <variablelist os="i">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/multilib/glibc-64bit.xml b/BOOK/final-system/multilib/glibc-64bit.xml
index f4f52ba..3cd728d 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -64,7 +64,7 @@ unset LINKER</userinput></screen>
     ../glibc-&glibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
-    --enable-obsolete-rpc</userinput></screen>
+    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
     <variablelist os="i">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/ppc64/glibc-64bit.xml b/BOOK/final-system/ppc64/glibc-64bit.xml
index 1e4dccf..6a81f66 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -63,7 +63,7 @@
     ../glibc-&glibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
-    --enable-obsolete-rpc</userinput></screen>
+    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
     <variablelist os="i">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index d5dc5eb..4d86717 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -66,7 +66,7 @@
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
-    --enable-obsolete-rpc</userinput></screen>
+    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
     <variablelist os="i">
       <title>The meaning of the new configure option:</title>

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

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