[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-210-g48d041f

git git at clfs.org
Sun Dec 6 14:40:04 PST 2015


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  48d041f7e90fb5d64b3f5eee767cb43727766739 (commit)
       via  b2eff36f4170528b3ecc1a7bd3513d1ddba2dd8d (commit)
      from  b266943c584f948620e534e0c474f9ec16843155 (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 48d041f7e90fb5d64b3f5eee767cb43727766739
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:34:51 2015 -0500

    Spelling fix

diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index e82c554..85bf1c9 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -398,7 +398,7 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
       <varlistentry id="libubsan">
         <term><filename class="libraryfile">libubsan</filename></term>
         <listitem>
-          <para>The Undefined Beahvior Sanitizer runtime library</para>
+          <para>The Undefined Behavior Sanitizer runtime library</para>
           <indexterm zone="ch-system-gcc libubsan">
             <primary sortas="c-libubsan">libubsan</primary>
           </indexterm>

commit b2eff36f4170528b3ecc1a7bd3513d1ddba2dd8d
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:33:58 2015 -0500

    Binutils testsuite does not need /lib64 link

diff --git a/BOOK/final-system/x86_64-64/binutils.xml b/BOOK/final-system/x86_64-64/binutils.xml
index 7b28d42..6f4c345 100644
--- a/BOOK/final-system/x86_64-64/binutils.xml
+++ b/BOOK/final-system/x86_64-64/binutils.xml
@@ -86,12 +86,6 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='o'])"/>
 
-      <para>The <command>ld</command> test suite accesses
-      <filename>/lib64/ld-linux-x86-64.so</filename> in some of the tests.
-      The following symbolic link will allow this:</para>
-
-<screen><userinput>ln -sv /lib /lib64</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
@@ -100,10 +94,6 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='q'])"/>
 
-        <para>Now remove the temporary symlink:</para>
-
-<screen><userinput>rm -v /lib64</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='r'])"/>

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

Summary of changes:
 BOOK/final-system/common/gcc.xml         |    2 +-
 BOOK/final-system/x86_64-64/binutils.xml |   10 ----------
 2 files changed, 1 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list