[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1153-g5611931

git git at cross-lfs.org
Thu May 29 02:26: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  5611931bc2c3f92603ff95cdfe24b4a483f3b6e2 (commit)
      from  8fead247767def1fa622ced5b26436e46d14ac6e (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 5611931bc2c3f92603ff95cdfe24b4a483f3b6e2
Author: Chris Staub <chris at beaker67.com>
Date:   Thu May 29 05:26:28 2014 -0400

    Simplified xincludes for temp-system gcc

diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index 5b75abb..e3a1baf 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -78,14 +78,9 @@
     --with-system-zlib --with-native-system-header-dir=/tools/include \
     --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
-    <variablelist>
-      <title>The meaning of the new configure options:</title>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc.xml"
-      xpointer="xpointer(//*[@os='cl1'])"/>
-
-    </variablelist>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index 89eb153..9ace478 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -78,14 +78,9 @@
     --enable-checking=release --enable-libstdcxx-time \
     --with-native-system-header-dir=/tools/include</userinput></screen>
 
-    <variablelist>
-      <title>The meaning of the new configure options:</title>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc.xml"
-      xpointer="xpointer(//*[@os='cl1'])"/>
-
-    </variablelist>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/mips64/gcc.xml b/BOOK/temp-system/mips64/gcc.xml
index 6fde773..20f3c5f 100644
--- a/BOOK/temp-system/mips64/gcc.xml
+++ b/BOOK/temp-system/mips64/gcc.xml
@@ -81,7 +81,7 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../multilib/gcc.xml"
-    xpointer="xpointer(//*[@os='dd'])"/>
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/multilib/gcc.xml b/BOOK/temp-system/multilib/gcc.xml
index 0de3dd1..c7a4494 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -78,14 +78,9 @@
     --with-system-zlib --with-native-system-header-dir=/tools/include \
     --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
 
-    <variablelist os="dd">
-      <title>The meaning of the new configure options:</title>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc.xml"
-      xpointer="xpointer(//*[@os='cl1'])"/>
-
-    </variablelist>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/ppc64-64/gcc.xml b/BOOK/temp-system/ppc64-64/gcc.xml
index 20c2ae7..7b0718e 100644
--- a/BOOK/temp-system/ppc64-64/gcc.xml
+++ b/BOOK/temp-system/ppc64-64/gcc.xml
@@ -78,14 +78,9 @@
     --with-native-system-header-dir=/tools/include --enable-checking=release \
     --enable-libstdcxx-time</userinput></screen>
 
-    <variablelist>
-      <title>The meaning of the new configure options:</title>
-
-      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../common/gcc.xml"
-      xpointer="xpointer(//*[@os='cl1'])"/>
-
-    </variablelist>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
diff --git a/BOOK/temp-system/ppc64/gcc.xml b/BOOK/temp-system/ppc64/gcc.xml
index 0afad46..3abf7b2 100644
--- a/BOOK/temp-system/ppc64/gcc.xml
+++ b/BOOK/temp-system/ppc64/gcc.xml
@@ -76,7 +76,7 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../multilib/gcc.xml"
-    xpointer="xpointer(//*[@os='dd'])"/>
+    xpointer="xpointer(//*[@os='cl'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"

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

Summary of changes:
 BOOK/temp-system/64/gcc.xml        |   11 +++--------
 BOOK/temp-system/mips64-64/gcc.xml |   11 +++--------
 BOOK/temp-system/mips64/gcc.xml    |    2 +-
 BOOK/temp-system/multilib/gcc.xml  |   11 +++--------
 BOOK/temp-system/ppc64-64/gcc.xml  |   11 +++--------
 BOOK/temp-system/ppc64/gcc.xml     |    2 +-
 6 files changed, 14 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list