[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1219-g3742926

git git at cross-lfs.org
Wed Jun 4 01:05:52 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, sysvinit has been updated
       via  37429269fb74f66ca0bb32cccbc700ba7279c4d1 (commit)
       via  3d00fcbebfcda06570a8f8d7af14c09a00c072a4 (commit)
       via  ab77d4a2f44ac900d90e008548251805f0bf3f38 (commit)
       via  a88200216238513dd1bcbcf91263b4694a9390f1 (commit)
       via  909ecc5ff8dd6449251e371fd9e16289df3e8729 (commit)
       via  4019f8b3ed9a8077dde40904f3054ff22765c6de (commit)
      from  c78d43aa836dc3e8bba256018009d5242fd296f6 (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 37429269fb74f66ca0bb32cccbc700ba7279c4d1
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 858d8a3..6887371 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 3d00fcbebfcda06570a8f8d7af14c09a00c072a4
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 ab77d4a2f44ac900d90e008548251805f0bf3f38
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 a88200216238513dd1bcbcf91263b4694a9390f1
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 909ecc5ff8dd6449251e371fd9e16289df3e8729
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 8dd0637..845a8bb 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 4019f8b3ed9a8077dde40904f3054ff22765c6de
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