[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-74-gdb5f324

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, sysvinit has been updated
       via  db5f324e24bae635907c6a22959b1fb643280c7e (commit)
      from  f0ce83f95c78187c953fb9cb45f292cb0219751e (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 db5f324e24bae635907c6a22959b1fb643280c7e
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 3ae5517..22fac79 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -65,7 +65,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 3c0eddf..a44355f 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -65,7 +65,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 466dc35..4f80922 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -64,7 +64,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 60d4af4..fd0bd54 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -67,7 +67,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