[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-286-g3d00d48

git git at cross-lfs.org
Fri Aug 16 13:13:24 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  3d00d488dd0c4de99769a2b79ccffffc8f14a180 (commit)
      from  62b38d01967ec8533d8ee565698ebc206f879763 (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 3d00d488dd0c4de99769a2b79ccffffc8f14a180
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Aug 16 15:13:15 2013 -0500

    Update Bison to 3.0.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index d1968fb..90854c7 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -50,10 +50,10 @@
 <!ENTITY binutils-md5 "4f8fa651e35ef262edc01d60fb45702e">
 <!ENTITY binutils-home "http://sources.redhat.com/binutils">
 
-<!ENTITY bison-version "2.7.1">
-<!ENTITY bison-size "1,740 KB">
+<!ENTITY bison-version "3.0">
+<!ENTITY bison-size "1,914 KB">
 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "7be02eb973eccf388f1ae750fc09eed0">
+<!ENTITY bison-md5 "a2624994561aa69f056c904c1ccb2880">
 <!ENTITY bison-home "&gnu-software;bison">
 
 <!ENTITY bootscripts-clfs-version "2.1-pre1">
diff --git a/BOOK/temp-system/common/bison.xml b/BOOK/temp-system/common/bison.xml
index 791d467..217587c 100644
--- a/BOOK/temp-system/common/bison.xml
+++ b/BOOK/temp-system/common/bison.xml
@@ -22,6 +22,10 @@
   <sect2 role="installation">
     <title>Installation of Bison</title>
 
+    <para os='s1'>Apply a <command>sed</command> which disables the building of <filename>bison.help</filename> when cross-compiling.</para>
+
+<screen os='s2'><userinput>cp -v Makefile.in{,.orig}
+sed '/bison.help:/s/^/# /' Makefile.in.orig > Makefile.in</userinput></screen>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"
     xpointer="xpointer(//*[@os='t3'])"/>
diff --git a/BOOK/temp-system/multilib/bison.xml b/BOOK/temp-system/multilib/bison.xml
index 395251f..9708373 100644
--- a/BOOK/temp-system/multilib/bison.xml
+++ b/BOOK/temp-system/multilib/bison.xml
@@ -23,6 +23,14 @@
     <title>Installation of Bison</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bison.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/bison.xml"
     xpointer="xpointer(//*[@os='t3'])"/>
 

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

Summary of changes:
 BOOK/packages.ent                   |    6 +++---
 BOOK/temp-system/common/bison.xml   |    4 ++++
 BOOK/temp-system/multilib/bison.xml |    8 ++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list