[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-970-gb4fec0c

git git at cross-lfs.org
Fri May 9 02:21:51 PDT 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  b4fec0c69ea9980772e998d205592ccb6a806a2b (commit)
       via  1b9516f7a1d5b27d6cfc0e2c6589df562fb4e854 (commit)
      from  89ce75d8d510ad740558dda22f0423359a7fed9f (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 b4fec0c69ea9980772e998d205592ccb6a806a2b
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 9 05:21:36 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 10595f9..b43c596 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "05"> <!-- Use two digits -->
 <!ENTITY month_name "May">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY day "09"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 1b9516f7a1d5b27d6cfc0e2c6589df562fb4e854
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 9 05:21:20 2014 -0400

    Added explanation for cross-tools ncurses

diff --git a/BOOK/cross-tools/common/ncurses.xml b/BOOK/cross-tools/common/ncurses.xml
index 048979f..d275dd9 100644
--- a/BOOK/cross-tools/common/ncurses.xml
+++ b/BOOK/cross-tools/common/ncurses.xml
@@ -22,6 +22,16 @@
   <sect2 role="installation">
     <title>Installation of Ncurses</title>
 
+    <para os="e1">When Ncurses is compiled, it executes <command>tic</command>
+    to create a terminfo database in
+    <filename class="directory">${prefix}/share/terminfo</filename>. If
+    possible, the <filename>Makefile</filename> will use the
+    <command>tic</command> binary that was just compiled in its
+    source tree, but this does not work when Ncurses is cross-compiled. To
+    allow the Ncurses build in <xref linkend="chapter-temp-system" /> to succeed, we
+    will build and install a <command>tic</command> program that can be run on
+    the host system.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../temp-system/common/ncurses.xml"
     xpointer="xpointer(//*[@os='p1'])"/>

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

Summary of changes:
 BOOK/cross-tools/common/ncurses.xml |   10 ++++++++++
 BOOK/general.ent                    |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list