[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-827-ga0730c7

git git at cross-lfs.org
Tue Jan 28 12:09:54 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, systemd has been updated
       via  a0730c78d56c5d7358b09fcb9f215fb2f0a41a9e (commit)
       via  f55c4bfa3f9ad839416f819812145a2eee3c0b93 (commit)
       via  a4c4dde4614d0f8e896e7c4be8e5b20dbff55a80 (commit)
      from  7e7e4a2b508c6096a502c8b231d4389af3da9d32 (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 a0730c78d56c5d7358b09fcb9f215fb2f0a41a9e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:11:25 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 f55c4bfa3f9ad839416f819812145a2eee3c0b93
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:09:39 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 e0853d8..d40efe5 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,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 a4c4dde4614d0f8e896e7c4be8e5b20dbff55a80
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Jan 28 14:08:59 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index c00fcf3..3e5bb87 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