[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1366-g52b4b72

git git at cross-lfs.org
Wed Jul 23 00:36:34 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  52b4b72803b14f46ab53b2fb064e8c8445745a4f (commit)
       via  1393767d1e17863be84bbc329303421cfdd9669e (commit)
       via  92671d09fecab72827f0314b0a2625113148a426 (commit)
      from  d923363fd10a2fb652e1406f8db4413da1ca9618 (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 52b4b72803b14f46ab53b2fb064e8c8445745a4f
Merge: 1393767 d923363
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jul 23 03:36:25 2014 -0400

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


commit 1393767d1e17863be84bbc329303421cfdd9669e
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 09c0ed7..20d381f 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 92671d09fecab72827f0314b0a2625113148a426
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 df73f1b..650a216 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