[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-269-g687cfe1

git git at cross-lfs.org
Mon Aug 12 12:11:29 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  687cfe1064f399826162f2d29423684b823026d2 (commit)
       via  80e3a2fc85efd03ff78a43499c439911369e166e (commit)
       via  5fd9ad2d25a0e6d6c2c25bfdd03dcbdda7b2f178 (commit)
       via  1c7171a90b325a2b7cd4412030c46d02eafb5d80 (commit)
      from  94ff3571926debaa21170c94eb922ab2d2e50de8 (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 687cfe1064f399826162f2d29423684b823026d2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 14:08:14 2013 -0500

    Add ac_cv_prog_lex_is_flex=yes entry to master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f83ebe4..64b1aba 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -39,6 +39,9 @@
       <para>12 August 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Add ac_cv_prog_lex_is_flex=yes to temp-system and final-system Bison.</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update Vim to Vim 7.4.</para>
         </listitem>
         <listitem>

commit 80e3a2fc85efd03ff78a43499c439911369e166e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 14:07:22 2013 -0500

    Add ac_cv_prog_lex_is_flex=yes to temp-system bison.

diff --git a/BOOK/temp-system/common/bison.xml b/BOOK/temp-system/common/bison.xml
index cc08440..791d467 100644
--- a/BOOK/temp-system/common/bison.xml
+++ b/BOOK/temp-system/common/bison.xml
@@ -24,10 +24,19 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"
+    xpointer="xpointer(//*[@os='t3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/bison.xml"
+    xpointer="xpointer(//*[@os='t4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="ca"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"
diff --git a/BOOK/temp-system/multilib/bison.xml b/BOOK/temp-system/multilib/bison.xml
index 97d911d..395251f 100644
--- a/BOOK/temp-system/multilib/bison.xml
+++ b/BOOK/temp-system/multilib/bison.xml
@@ -24,10 +24,19 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"
+    xpointer="xpointer(//*[@os='t3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/bison.xml"
+    xpointer="xpointer(//*[@os='t4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"

commit 5fd9ad2d25a0e6d6c2c25bfdd03dcbdda7b2f178
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 13:54:38 2013 -0500

    Remove bison entry for config.cache in master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 2f96215..f83ebe4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -96,9 +96,6 @@
           <para>[William Harrington] - Remove --enable-arch from final-system Util-Linux as it is no longer used.</para>
         </listitem>
         <listitem>
-          <para>[William Harrington] - Remove config cache entry for final-system Bison.</para>
-        </listitem>
-        <listitem>
           <para>[William Harrington] - Update Bash patch to upstream version 4.2-045.</para>
         </listitem>
       </itemizedlist>

commit 1c7171a90b325a2b7cd4412030c46d02eafb5d80
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 13:53:24 2013 -0500

    Revert "Remove config cache entry from final-system Bison."
    
    This reverts commit f5a6b13d06c348e731171ee532f97554906a0c38.

diff --git a/BOOK/final-system/common/bison.xml b/BOOK/final-system/common/bison.xml
index 63dd97c..5b69a81 100644
--- a/BOOK/final-system/common/bison.xml
+++ b/BOOK/final-system/common/bison.xml
@@ -24,9 +24,14 @@
   <sect2 role="installation">
     <title>Installation of Bison</title>
 
+    <para os="t3">The <command>configure </command>script does not determine
+    the correct value for the following. Set the value manually:</para>
+
+<screen os="t4"><userinput>echo "ac_cv_prog_lex_is_flex=yes" > config.cache</userinput></screen>
+
     <para os="a">Prepare Bison for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/usr --cache-file=config.cache</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/bison-64bit.xml b/BOOK/final-system/multilib/bison-64bit.xml
index e6110cc..8b6a497 100644
--- a/BOOK/final-system/multilib/bison-64bit.xml
+++ b/BOOK/final-system/multilib/bison-64bit.xml
@@ -23,9 +23,17 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64  --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
diff --git a/BOOK/final-system/multilib/bison-n32.xml b/BOOK/final-system/multilib/bison-n32.xml
index bca1be0..d48d82c 100644
--- a/BOOK/final-system/multilib/bison-n32.xml
+++ b/BOOK/final-system/multilib/bison-n32.xml
@@ -24,9 +24,17 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32  --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
diff --git a/BOOK/final-system/multilib/bison.xml b/BOOK/final-system/multilib/bison.xml
index 5c85d7c..793a477 100644
--- a/BOOK/final-system/multilib/bison.xml
+++ b/BOOK/final-system/multilib/bison.xml
@@ -24,9 +24,17 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='t4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr  --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bison.xml"

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

Summary of changes:
 BOOK/final-system/common/bison.xml         |    7 ++++++-
 BOOK/final-system/multilib/bison-64bit.xml |   10 +++++++++-
 BOOK/final-system/multilib/bison-n32.xml   |   10 +++++++++-
 BOOK/final-system/multilib/bison.xml       |   10 +++++++++-
 BOOK/introduction/common/changelog.xml     |    6 +++---
 BOOK/temp-system/common/bison.xml          |   11 ++++++++++-
 BOOK/temp-system/multilib/bison.xml        |   11 ++++++++++-
 7 files changed, 56 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list