[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1341-gcf8ec94

git git at cross-lfs.org
Wed Jul 23 00:36:09 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  cf8ec949dbf271a60338f96428803be7debdef6c (commit)
       via  4d9d90cf62bda5d4e2604a1602a2904670d6d1f6 (commit)
       via  f22ee2306b16ff3b2bcafb5ce42d6e23aedccb50 (commit)
      from  4a2299c6a20235b97811d990bfa5809b127535db (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 cf8ec949dbf271a60338f96428803be7debdef6c
Merge: 4d9d90c 4a2299c
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jul 23 03:36:01 2014 -0400

    Merge branch 'sysvinit' of git.cross-lfs.org:cross-lfs into sysvinit


commit 4d9d90cf62bda5d4e2604a1602a2904670d6d1f6
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jul 23 03:35:27 2014 -0400

    Text updates for Glibc

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 579c209..b10270c 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -48,9 +48,11 @@
 
     <para os="l3">This same script performs its tests by attempting to compile
     test programs against certain libraries. However it does not specify the
-    ld.so, and our toolchain is still configured to use the one in /tools. The
-    following set of commands will force the script to use the complete path
-    of the new ld.so that was just installed:</para>
+    path to <filename class="libraryfile">ld.so</filename>, and our toolchain
+    is still configured to use the one in
+    <filename class="directory">/tools</filename>. The following set of
+    commands will force the script to use the complete path of the new
+    <filename class="libraryfile">ld.so</filename> that was just installed:</para>
 
 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's at .*interpret.*/tools\(.*\)]$@\1 at p')
 sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=${LINKER} -o|" \
@@ -64,7 +66,8 @@ unset LINKER</userinput></screen>
     Glibc Autoconf tests would give false results and defeat the goal
     of achieving a clean build.</para>
 
-    <para os="s1">Apply the following sed so the <command>tzselect</command> script works properly:</para>
+    <para os="s1">Apply the following <command>sed</command> so the
+    <command>tzselect</command> script works properly:</para>
 
 <screen os="s2"><userinput>sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen>
 

commit f22ee2306b16ff3b2bcafb5ce42d6e23aedccb50
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jul 23 03:35:19 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 54a19b4..e1efcf1 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/glibc.xml |   11 +++++++----
 BOOK/general.ent                   |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list