[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-631-ga302afc

git git at cross-lfs.org
Tue Jan 28 12:11:43 PST 2014


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  a302afca62afa9daa46267d83e4cdf8cbf9dec7c (commit)
       via  dcaf51a2b972c4255f9c662fb1b6cf16a1c6cbc2 (commit)
       via  5ab0f45f1da913c96de9329fa4196cf6d4751bbe (commit)
      from  c40ab32da77814a0695b6b507a412c019342159c (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 a302afca62afa9daa46267d83e4cdf8cbf9dec7c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:13:14 2014 -0600

    usr merge hosts with a PATH order of /bin:/usr/bin and /bin -> /usr/bin  will have texinfo find /bin/perl first and set it up as the interpreter in texi2any (makeinfo links to this). Chroot we create a link from /tools/bin/perl to /usr/bin  and the interpreter needs to be #\!/usr/bin/perl.

diff --git a/BOOK/temp-system/common/texinfo.xml b/BOOK/temp-system/common/texinfo.xml
index bbe1314..606e07b 100644
--- a/BOOK/temp-system/common/texinfo.xml
+++ b/BOOK/temp-system/common/texinfo.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/texinfo.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>./configure --prefix=/tools \
+<screen os="b"><userinput>PERL=/usr/bin/perl ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/multilib/texinfo.xml b/BOOK/temp-system/multilib/texinfo.xml
index e18642b..34602fa 100644
--- a/BOOK/temp-system/multilib/texinfo.xml
+++ b/BOOK/temp-system/multilib/texinfo.xml
@@ -26,7 +26,8 @@
     href="../common/texinfo.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="b"><userinput>PERL=/usr/bin/perl CC="${CC} ${BUILD64}" \
+./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit dcaf51a2b972c4255f9c662fb1b6cf16a1c6cbc2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:13:14 2014 -0600

    Add master changelog entry for temp system texinfo change to use the right path to Perl for usr merge hosts where /bin -> /usr/bin /lib -> /usr/lib and PATH is /bin:/usr/bin order.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 25ff950..69502b3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -38,6 +38,15 @@
 -->
 
     <listitem>
+      <para>27 January 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add PERL=/usr/bin/perl to temp-system Texinfo build.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>26 January 2014</para>
       <itemizedlist>
         <listitem>

commit 5ab0f45f1da913c96de9329fa4196cf6d4751bbe
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:13:14 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index dfa4177..4a15cc2 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "January">
-<!ENTITY day "26"> <!-- Use two digits -->
+<!ENTITY day "27"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list