[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-265-g94ff357

git git at cross-lfs.org
Mon Aug 12 10:19:15 PDT 2013


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  94ff3571926debaa21170c94eb922ab2d2e50de8 (commit)
      from  6c613c435589b13eb5779e331b45f42c0958a6d4 (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 94ff3571926debaa21170c94eb922ab2d2e50de8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 12:19:10 2013 -0500

    Remove unnecessary config.cache configure option.

diff --git a/BOOK/boot/64/shadow.xml b/BOOK/boot/64/shadow.xml
index a259d41..257083b 100644
--- a/BOOK/boot/64/shadow.xml
+++ b/BOOK/boot/64/shadow.xml
@@ -35,8 +35,7 @@
     xpointer="xpointer(//*[@os='d'])"/>
 
 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \
-    --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/shadow.xml"
diff --git a/BOOK/boot/common/shadow.xml b/BOOK/boot/common/shadow.xml
index 66b3ca5..8451222 100644
--- a/BOOK/boot/common/shadow.xml
+++ b/BOOK/boot/common/shadow.xml
@@ -31,8 +31,7 @@ sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput>
     <para os="d">Prepare Shadow for compilation:</para>
 
 <screen os="e"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \
-    --cache-file=config.cache</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen>
 
 <para os="f">The meaning of the configure options:</para>
 

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

Summary of changes:
 BOOK/boot/64/shadow.xml     |    3 +--
 BOOK/boot/common/shadow.xml |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list