[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1234-g9b4baca

git git at cross-lfs.org
Tue Jun 10 01:07:46 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  9b4baca63867ab54e1ea4b171d8a8129c9885556 (commit)
       via  c5d622ba6c4d85ea8a1adf38995332da872788f8 (commit)
      from  d45f2c0230a25bff0ca4b4a24ad2732f915b03cc (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 9b4baca63867ab54e1ea4b171d8a8129c9885556
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 10 04:07:05 2014 -0400

    Added command explanation for gcc

diff --git a/BOOK/final-system/64/gcc.xml b/BOOK/final-system/64/gcc.xml
index 9ce1463..44e8f8f 100644
--- a/BOOK/final-system/64/gcc.xml
+++ b/BOOK/final-system/64/gcc.xml
@@ -59,6 +59,10 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index a3b21c9..804c1ba 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -53,6 +53,20 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
     --disable-multilib --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+    <variablelist os="i1">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>SED=sed</parameter></term>
+        <listitem>
+          <para>This prevents a hard-coded path to
+          <filename>/tools/bin/sed</filename> in the <command>fixincl</command>
+          program.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <para os="j">Compile the package:</para>
 
 <screen os="k"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/mips64/gcc.xml b/BOOK/final-system/mips64/gcc.xml
index 134b3dd..5195e41 100644
--- a/BOOK/final-system/mips64/gcc.xml
+++ b/BOOK/final-system/mips64/gcc.xml
@@ -58,6 +58,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib" \
     --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/multilib/gcc.xml b/BOOK/final-system/multilib/gcc.xml
index a13567d..52d0422 100644
--- a/BOOK/final-system/multilib/gcc.xml
+++ b/BOOK/final-system/multilib/gcc.xml
@@ -58,6 +58,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
     --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/ppc/gcc.xml b/BOOK/final-system/ppc/gcc.xml
index c85c0a4..45ab249 100644
--- a/BOOK/final-system/ppc/gcc.xml
+++ b/BOOK/final-system/ppc/gcc.xml
@@ -53,6 +53,10 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/ppc64/gcc.xml b/BOOK/final-system/ppc64/gcc.xml
index f633b58..6969a8a 100644
--- a/BOOK/final-system/ppc64/gcc.xml
+++ b/BOOK/final-system/ppc64/gcc.xml
@@ -53,6 +53,10 @@
     href="../multilib/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>

commit c5d622ba6c4d85ea8a1adf38995332da872788f8
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 10 04:06:53 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index a9533ec..046796a 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 "09"> <!-- Use two digits -->
+<!ENTITY day "10"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/64/gcc.xml       |    4 ++++
 BOOK/final-system/common/gcc.xml   |   14 ++++++++++++++
 BOOK/final-system/mips64/gcc.xml   |    4 ++++
 BOOK/final-system/multilib/gcc.xml |    4 ++++
 BOOK/final-system/ppc/gcc.xml      |    4 ++++
 BOOK/final-system/ppc64/gcc.xml    |    4 ++++
 BOOK/general.ent                   |    2 +-
 7 files changed, 35 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list