[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1224-g613b6ae

git git at cross-lfs.org
Wed Jun 4 01:05:44 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  613b6ae99d44b2bdd92c58e81a5423a47b02410f (commit)
       via  78baed3a3a5cd582704baf8b45d8f95c18c1c45a (commit)
       via  f8a80b50d446f970ac5d7fc9adc33436f54fbc8a (commit)
       via  389c29d54a003300694396f061da144ffbeee326 (commit)
       via  7c5ed68dc7870df3ec3f77ecaf676384891d0a1e (commit)
       via  0f9adf81ed3a471783ecbc7eabcdf8ca11c9ebee (commit)
      from  e2f3782d67f8628d8fce48313ea2fa0f37c55d85 (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 613b6ae99d44b2bdd92c58e81a5423a47b02410f
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 04:05:12 2014 -0400

    Added intro page to final-preps

diff --git a/BOOK/final-preps/common/introduction.xml b/BOOK/final-preps/common/introduction.xml
new file mode 100644
index 0000000..517a0f6
--- /dev/null
+++ b/BOOK/final-preps/common/introduction.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-final-preps-introduction">
+  <?dbhtml filename="introduction.html"?>
+
+  <title>Introduction</title>
+
+  <para>In this chapter, we will perform a few additional tasks to prepare
+  for building the cross-compile tools. We will create directories in
+  <filename class="directory">${CLFS}</filename> for the installation of the
+  cross-toolchain and temporary system, add an unprivileged user to reduce risk,
+  and create an appropriate build environment for that user.</para>
+
+</sect1>
diff --git a/BOOK/final-preps/mips-chapter.xml b/BOOK/final-preps/mips-chapter.xml
index 48b19c6..98f2911 100644
--- a/BOOK/final-preps/mips-chapter.xml
+++ b/BOOK/final-preps/mips-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/mips64-64-chapter.xml b/BOOK/final-preps/mips64-64-chapter.xml
index 5cdafce..4ee7727 100644
--- a/BOOK/final-preps/mips64-64-chapter.xml
+++ b/BOOK/final-preps/mips64-64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/mips64-chapter.xml b/BOOK/final-preps/mips64-chapter.xml
index 5b59a7e..a82d0e0 100644
--- a/BOOK/final-preps/mips64-chapter.xml
+++ b/BOOK/final-preps/mips64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/ppc-chapter.xml b/BOOK/final-preps/ppc-chapter.xml
index 8aaae2e..91650f1 100644
--- a/BOOK/final-preps/ppc-chapter.xml
+++ b/BOOK/final-preps/ppc-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/ppc64-64-chapter.xml b/BOOK/final-preps/ppc64-64-chapter.xml
index 7d13fd7..d4ea018 100644
--- a/BOOK/final-preps/ppc64-64-chapter.xml
+++ b/BOOK/final-preps/ppc64-64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/ppc64-chapter.xml b/BOOK/final-preps/ppc64-chapter.xml
index 0a6b249..8d80838 100644
--- a/BOOK/final-preps/ppc64-chapter.xml
+++ b/BOOK/final-preps/ppc64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/sparc-chapter.xml b/BOOK/final-preps/sparc-chapter.xml
index 346e662..7143ec6 100644
--- a/BOOK/final-preps/sparc-chapter.xml
+++ b/BOOK/final-preps/sparc-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/sparc64-64-chapter.xml b/BOOK/final-preps/sparc64-64-chapter.xml
index 6e4530c..7180045 100644
--- a/BOOK/final-preps/sparc64-64-chapter.xml
+++ b/BOOK/final-preps/sparc64-64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/sparc64-chapter.xml b/BOOK/final-preps/sparc64-chapter.xml
index b3a99f7..9d5d882 100644
--- a/BOOK/final-preps/sparc64-chapter.xml
+++ b/BOOK/final-preps/sparc64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/x86-chapter.xml b/BOOK/final-preps/x86-chapter.xml
index cb31619..df1a1db 100644
--- a/BOOK/final-preps/x86-chapter.xml
+++ b/BOOK/final-preps/x86-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/x86_64-64-chapter.xml b/BOOK/final-preps/x86_64-64-chapter.xml
index 49ae771..c94f1a8 100644
--- a/BOOK/final-preps/x86_64-64-chapter.xml
+++ b/BOOK/final-preps/x86_64-64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/final-preps/x86_64-chapter.xml b/BOOK/final-preps/x86_64-chapter.xml
index 9577fd7..96062e4 100644
--- a/BOOK/final-preps/x86_64-chapter.xml
+++ b/BOOK/final-preps/x86_64-chapter.xml
@@ -10,6 +10,7 @@
   <?dbhtml filename="chapter.html"?>
 
   <title>Final Preparations</title>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/addinguser.xml"/>
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 8e5949f..82e1ae4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>04 June 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added Introduction page to final-preps.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>03 June 2014</para>
       <itemizedlist>
         <listitem>

commit 78baed3a3a5cd582704baf8b45d8f95c18c1c45a
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 03:48:04 2014 -0400

    GCC doesn't use a specs file by default anymore

diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index aaaf407..20b3d4d 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -41,9 +41,8 @@
     href="../../final-system/common/gcc.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="aa">Make a couple of essential adjustments to the
-    <filename>specs</filename> file to ensure GCC uses our build
-    environment:</para>
+    <para os="aa">Make a couple of essential adjustments to GCC's specs
+    to ensure GCC uses our build environment:</para>
 
 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
 

commit f8a80b50d446f970ac5d7fc9adc33436f54fbc8a
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 03:46:45 2014 -0400

    Added more clarification to Glibc instructions

diff --git a/BOOK/cross-tools/common/glibc.xml b/BOOK/cross-tools/common/glibc.xml
index 4bbfc3e..59cc12d 100644
--- a/BOOK/cross-tools/common/glibc.xml
+++ b/BOOK/cross-tools/common/glibc.xml
@@ -170,7 +170,9 @@ sed 's/\\$$(pwd)/`pwd`/' timezone/Makefile.orig > timezone/Makefile</userinpu
 
     <para os="dj">The missing or incompatible <command>msgfmt</command> program is
     generally harmless. This <command>msgfmt</command> program is part of the
-    Gettext package which the host distribution should provide.</para>
+    Gettext package which the host distribution should provide. You might also
+    see a similar (also harmless) message about missing
+    <command>autoconf</command>.</para>
 
     <para os="dk">Compile the package:</para>
 

commit 389c29d54a003300694396f061da144ffbeee326
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 03:32:35 2014 -0400

    Updated command explanations for gcc-static

diff --git a/BOOK/cross-tools/common/gcc-static.xml b/BOOK/cross-tools/common/gcc-static.xml
index 1317537..aaaf407 100644
--- a/BOOK/cross-tools/common/gcc-static.xml
+++ b/BOOK/cross-tools/common/gcc-static.xml
@@ -123,7 +123,9 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
       <varlistentry>
         <term><parameter>--with-newlib</parameter></term>
         <listitem>
-          <para>Tells GCC that the target libc will use 'newlib'.</para>
+          <para>This causes GCC to enable the <envar>inhibit_libc</envar> flag,
+          which prevents <filename class="libraryfile">libgcc</filename>
+          from building code that uses libc support.</para>
         </listitem>
       </varlistentry>
 
@@ -155,7 +157,8 @@ echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFI
       <varlistentry>
         <term><parameter>--disable-target-zlib</parameter></term>
         <listitem>
-          <para>This tells GCC stuff.</para>
+          <para>This tells GCC not to build the copy of Zlib in its
+          source tree.</para>
         </listitem>
       </varlistentry>
 

commit 7c5ed68dc7870df3ec3f77ecaf676384891d0a1e
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 01:55:32 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index afce322..0fee48a 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "03"> <!-- Use two digits -->
+<!ENTITY day "04"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 0f9adf81ed3a471783ecbc7eabcdf8ca11c9ebee
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 01:54:52 2014 -0400

    Updated list of variables to mention when asking for help

diff --git a/BOOK/introduction/common/askforhelp.xml b/BOOK/introduction/common/askforhelp.xml
index b3a47c9..3030e67 100644
--- a/BOOK/introduction/common/askforhelp.xml
+++ b/BOOK/introduction/common/askforhelp.xml
@@ -46,8 +46,9 @@
         <para>The architecture of the host and target.</para>
       </listitem>
       <listitem>
-        <para>The value of the $CLFS_HOST, $CLFS_TARGET, $BUILD32, and $BUILD64
-        environment variables.</para>
+        <para>The value of the ${CLFS_HOST} and ${CLFS_TARGET} environment
+        variables, and if applicable, ${BUILD32}, ${BUILD64}, ${BUILDN32},
+        and ${GCCTARGET}.</para>
       </listitem>
       <listitem>
         <para>The package or section in which the problem was encountered.</para>

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

Summary of changes:
 BOOK/cross-tools/common/gcc-static.xml   |   12 +++++++-----
 BOOK/cross-tools/common/glibc.xml        |    4 +++-
 BOOK/final-preps/common/introduction.xml |   19 +++++++++++++++++++
 BOOK/final-preps/mips-chapter.xml        |    1 +
 BOOK/final-preps/mips64-64-chapter.xml   |    1 +
 BOOK/final-preps/mips64-chapter.xml      |    1 +
 BOOK/final-preps/ppc-chapter.xml         |    1 +
 BOOK/final-preps/ppc64-64-chapter.xml    |    1 +
 BOOK/final-preps/ppc64-chapter.xml       |    1 +
 BOOK/final-preps/sparc-chapter.xml       |    1 +
 BOOK/final-preps/sparc64-64-chapter.xml  |    1 +
 BOOK/final-preps/sparc64-chapter.xml     |    1 +
 BOOK/final-preps/x86-chapter.xml         |    1 +
 BOOK/final-preps/x86_64-64-chapter.xml   |    1 +
 BOOK/final-preps/x86_64-chapter.xml      |    1 +
 BOOK/general.ent                         |    2 +-
 BOOK/introduction/common/askforhelp.xml  |    5 +++--
 BOOK/introduction/common/changelog.xml   |    9 +++++++++
 18 files changed, 54 insertions(+), 9 deletions(-)
 create mode 100644 BOOK/final-preps/common/introduction.xml


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list