[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1183-g5ac1c94

git git at cross-lfs.org
Sun Jun 1 20:21:32 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, master has been updated
       via  5ac1c943ed4c9edbab5ea02784536f3b280d62b0 (commit)
       via  6e3b6369806eca0c7083033b75e70c06c4195dfa (commit)
       via  8e662f0e836d58ad6e3481d913577e9174acf565 (commit)
      from  4d4fe204ec43a1983b9d8045776fa0329ef462cf (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 5ac1c943ed4c9edbab5ea02784536f3b280d62b0
Merge: 6e3b636 4d4fe20
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 23:21:17 2014 -0400

    Merge branch 'master' of git.cross-lfs.org:cross-lfs


commit 6e3b6369806eca0c7083033b75e70c06c4195dfa
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 06:01:54 2014 -0400

    Added explanatory note to temp-perl page

diff --git a/BOOK/final-system/common/temp-perl.xml b/BOOK/final-system/common/temp-perl.xml
index 1e6a144..9ed56f9 100644
--- a/BOOK/final-system/common/temp-perl.xml
+++ b/BOOK/final-system/common/temp-perl.xml
@@ -22,6 +22,12 @@
   <sect2 role="installation">
     <title>Installation of Perl</title>
 
+    <note os="a">
+      <para>Technically this package installation should be part of
+      <xref linkend="chapter-temp-system"/>, but due to problems
+      cross-compiling Perl we will install it here instead.</para>
+    </note>
+
     <para os="s1">Change a hardcoded path from
     <filename class="directory">/usr/include</filename> to
     <filename class="directory">/tools/include</filename>:</para>
diff --git a/BOOK/final-system/multilib/temp-perl.xml b/BOOK/final-system/multilib/temp-perl.xml
index 78c1e86..0ac775e 100644
--- a/BOOK/final-system/multilib/temp-perl.xml
+++ b/BOOK/final-system/multilib/temp-perl.xml
@@ -24,6 +24,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/temp-perl.xml"
     xpointer="xpointer(//*[@os='s1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 8e662f0e836d58ad6e3481d913577e9174acf565
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 05:46:24 2014 -0400

    Updated comments about WARNING messages to describe message you actually see

diff --git a/BOOK/temp-system/common/introduction.xml b/BOOK/temp-system/common/introduction.xml
index d552d5e..fa72f23 100644
--- a/BOOK/temp-system/common/introduction.xml
+++ b/BOOK/temp-system/common/introduction.xml
@@ -34,10 +34,10 @@
   our example.</para>
 
   <para>During this section of the build you will see several WARNING
-  messages like the one below. It is safe to ignore these messages.</para>
+  messages like the ones below. It is safe to ignore these messages.</para>
 
-<screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
-    If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen>
+<screen><computeroutput>configure: WARNING: result yes guessed because of cross compilation
+configure: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no</computeroutput></screen>
 
 
 </sect1>

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

Summary of changes:
 BOOK/final-system/common/temp-perl.xml   |    6 ++++++
 BOOK/final-system/multilib/temp-perl.xml |    4 ++++
 BOOK/temp-system/common/introduction.xml |    6 +++---
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list