[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-201-gfc349a4

git git at cross-lfs.org
Sun Aug 4 11:17:17 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  fc349a40f3e667493be53a6c028291b3aac67714 (commit)
      from  9808d5118705bebdf7d3d681b1d96c83f9058f33 (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 fc349a40f3e667493be53a6c028291b3aac67714
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Aug 4 13:16:48 2013 -0500

    Remove config-cache configure option from boot method util-linux.

diff --git a/BOOK/boot/64/util-linux.xml b/BOOK/boot/64/util-linux.xml
index cd28f32..9e8164d 100644
--- a/BOOK/boot/64/util-linux.xml
+++ b/BOOK/boot/64/util-linux.xml
@@ -29,8 +29,7 @@
 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-login --disable-su \
-    --config-cache</userinput></screen>
+    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/boot/common/util-linux.xml b/BOOK/boot/common/util-linux.xml
index 5103917..12f9245 100644
--- a/BOOK/boot/common/util-linux.xml
+++ b/BOOK/boot/common/util-linux.xml
@@ -29,8 +29,7 @@
 <screen os="b"><userinput>PKG_CONFIG=true \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-login --disable-su \
-    --config-cache</userinput></screen>
+    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/util-linux.xml"
diff --git a/BOOK/boot/multilib/util-linux.xml b/BOOK/boot/multilib/util-linux.xml
index 193347d..d3d38fd 100644
--- a/BOOK/boot/multilib/util-linux.xml
+++ b/BOOK/boot/multilib/util-linux.xml
@@ -30,7 +30,7 @@
     --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
     --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
-    --disable-su --config-cache</userinput></screen>
+    --disable-su</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/boot/ppc64/util-linux-32.xml b/BOOK/boot/ppc64/util-linux-32.xml
index 65e4f15..d55551f 100644
--- a/BOOK/boot/ppc64/util-linux-32.xml
+++ b/BOOK/boot/ppc64/util-linux-32.xml
@@ -30,7 +30,7 @@
   ./configure \
     --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
-    --without-ncurses --disable-makeinstall-chown --config-cache</userinput></screen>
+    --without-ncurses --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"

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

Summary of changes:
 BOOK/boot/64/util-linux.xml       |    3 +--
 BOOK/boot/common/util-linux.xml   |    3 +--
 BOOK/boot/multilib/util-linux.xml |    2 +-
 BOOK/boot/ppc64/util-linux-32.xml |    2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list