[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-35-gafe66b1

git git at cross-lfs.org
Thu Aug 7 22:57:40 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  afe66b1a71e9e5dba6e0744d6ade3a3806d921e4 (commit)
      from  4c66b4cc1bbdd5a03f14c7acdb7822c586d18436 (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 afe66b1a71e9e5dba6e0744d6ade3a3806d921e4
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Aug 8 01:57:15 2014 -0400

    Remove some redundancy on toolchain adjustment pages

diff --git a/BOOK/final-system/common/adjusting.xml b/BOOK/final-system/common/adjusting.xml
index afa4259..1c71312 100644
--- a/BOOK/final-system/common/adjusting.xml
+++ b/BOOK/final-system/common/adjusting.xml
@@ -26,9 +26,6 @@ perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
   <command>gcc -dumpspecs</command>, to verify that
   the intended changes were actually made.</para>
 
-  <para os="e">Note that <filename class="directory">/lib</filename> is now
-  the prefix of our dynamic linker.</para>
-
   <caution>
 
     <para os="f">It is imperative at this point to stop and ensure that
diff --git a/BOOK/final-system/mips64-64/adjusting.xml b/BOOK/final-system/mips64-64/adjusting.xml
index 09c04f4..53c9c24 100644
--- a/BOOK/final-system/mips64-64/adjusting.xml
+++ b/BOOK/final-system/mips64-64/adjusting.xml
@@ -25,11 +25,6 @@ perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
   href="../ppc/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <para>Note that <filename class="directory">/lib</filename>,
-  <filename class="directory">/lib32</filename>, or
-  <filename class="directory">/lib64</filename> is now the prefix
-  of our dynamic linker.</para>
-
   <caution>
 
     <para>It is imperative at this point to stop and ensure that
diff --git a/BOOK/final-system/mips64/adjusting.xml b/BOOK/final-system/mips64/adjusting.xml
index 2ac55a7..bc7e7b9 100644
--- a/BOOK/final-system/mips64/adjusting.xml
+++ b/BOOK/final-system/mips64/adjusting.xml
@@ -25,11 +25,6 @@ perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
   href="../ppc/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <para>Note that <filename class="directory">/lib</filename>,
-  <filename class="directory">/lib32</filename>, or
-  <filename class="directory">/lib64</filename> is now the prefix
-  of our dynamic linker.</para>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/adjusting.xml b/BOOK/final-system/multilib/adjusting.xml
index f2bd9f9..439eb1e 100644
--- a/BOOK/final-system/multilib/adjusting.xml
+++ b/BOOK/final-system/multilib/adjusting.xml
@@ -24,10 +24,6 @@ perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
   href="../common/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <para os="m1">Note that <filename class="directory">/lib</filename> or
-  <filename class="directory">/lib64</filename> is now the prefix
-  of our dynamic linker.</para>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc/adjusting.xml b/BOOK/final-system/ppc/adjusting.xml
index 2c6846a..4d9643f 100644
--- a/BOOK/final-system/ppc/adjusting.xml
+++ b/BOOK/final-system/ppc/adjusting.xml
@@ -22,10 +22,6 @@
   href="../common/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/adjusting.xml"
-  xpointer="xpointer(//*[@os='e'])"/>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/ppc64/adjusting.xml b/BOOK/final-system/ppc64/adjusting.xml
index 1a01a12..1dbd178 100644
--- a/BOOK/final-system/ppc64/adjusting.xml
+++ b/BOOK/final-system/ppc64/adjusting.xml
@@ -22,10 +22,6 @@
   href="../common/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../multilib/adjusting.xml"
-  xpointer="xpointer(//*[@os='m1'])"/>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64-64/adjusting.xml b/BOOK/final-system/x86_64-64/adjusting.xml
index 4de7f03..850ea95 100644
--- a/BOOK/final-system/x86_64-64/adjusting.xml
+++ b/BOOK/final-system/x86_64-64/adjusting.xml
@@ -22,10 +22,6 @@
   href="../common/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/adjusting.xml"
-  xpointer="xpointer(//*[@os='e'])"/>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64/adjusting.xml b/BOOK/final-system/x86_64/adjusting.xml
index 76606c0..e8c4dd3 100644
--- a/BOOK/final-system/x86_64/adjusting.xml
+++ b/BOOK/final-system/x86_64/adjusting.xml
@@ -22,10 +22,6 @@
   href="../common/adjusting.xml"
   xpointer="xpointer(//*[@os='d'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../multilib/adjusting.xml"
-  xpointer="xpointer(//*[@os='m1'])"/>
-
   <caution>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/common/adjusting.xml    |    3 ---
 BOOK/final-system/mips64-64/adjusting.xml |    5 -----
 BOOK/final-system/mips64/adjusting.xml    |    5 -----
 BOOK/final-system/multilib/adjusting.xml  |    4 ----
 BOOK/final-system/ppc/adjusting.xml       |    4 ----
 BOOK/final-system/ppc64/adjusting.xml     |    4 ----
 BOOK/final-system/x86_64-64/adjusting.xml |    4 ----
 BOOK/final-system/x86_64/adjusting.xml    |    4 ----
 8 files changed, 0 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list