[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-48-g8a86625

git git at cross-lfs.org
Sun Jun 2 18:05:56 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  8a86625a2622a12ea35da69a795aa5e0cdbd7f52 (commit)
       via  ef82cd35eeefabf5c5cb4c3e48c2803c12e78e42 (commit)
       via  bcf09be960efb0650e7e28ddc47fcdb49d1a94a3 (commit)
      from  528a8ea1790c1195c95fecf907e1a5a60c2bc815 (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 8a86625a2622a12ea35da69a795aa5e0cdbd7f52
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Jun 2 20:05:51 2013 -0500

    Apply a sed to temp system gawk which allows the build system to cmoplete without error.

diff --git a/BOOK/temp-system/common/gawk.xml b/BOOK/temp-system/common/gawk.xml
index 9a62dfe..8747bfc 100644
--- a/BOOK/temp-system/common/gawk.xml
+++ b/BOOK/temp-system/common/gawk.xml
@@ -22,6 +22,12 @@
   <sect2 role="installation">
     <title>Installation of Gawk</title>
 
+    <para os="s1">Apply a sed which will allow the build system to complete without error:</para>
+
+<screen os="s2"><userinput>cp -v extension/Makefile.in{,.orig}
+sed -e 's/check-recursive all-recursive: check-for-shared-lib-support/check-recursive all-recursive:/' \
+  extension/Makefile.in.orig > extension/Makefile.in</userinput></screen>
+
     <para os="a">Prepare Gawk for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
diff --git a/BOOK/temp-system/multilib/gawk.xml b/BOOK/temp-system/multilib/gawk.xml
index 497ef9d..cc9b12d 100644
--- a/BOOK/temp-system/multilib/gawk.xml
+++ b/BOOK/temp-system/multilib/gawk.xml
@@ -24,6 +24,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gawk.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gawk.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gawk.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \

commit ef82cd35eeefabf5c5cb4c3e48c2803c12e78e42
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Jun 2 20:05:24 2013 -0500

    Add temp-system Gawk extension fix.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 776f76b..8f6a9c4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>02 June 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add a sed for temp-system Gawk extension error.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>31 May 2013</para>
       <itemizedlist>
         <listitem>

commit bcf09be960efb0650e7e28ddc47fcdb49d1a94a3
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Jun 2 20:04:59 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 940727b..fc600b7 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "05"> <!-- Use two digits -->
-<!ENTITY month_name "May">
-<!ENTITY day "31"> <!-- Use two digits -->
+<!ENTITY month "06"> <!-- Use two digits -->
+<!ENTITY month_name "June">
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    6 +++---
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/temp-system/common/gawk.xml       |    6 ++++++
 BOOK/temp-system/multilib/gawk.xml     |    8 ++++++++
 4 files changed, 26 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list