[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-916-g7ef2c6b

git git at cross-lfs.org
Tue May 6 02:05:43 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, systemd has been updated
       via  7ef2c6b00982bdd0d9489079b7d82e090d2a9133 (commit)
       via  83b1e52379e32904a661599634f235dc4078fbf1 (commit)
      from  665c544a60034319d8ec558ee494f4dcb38d4bb6 (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 7ef2c6b00982bdd0d9489079b7d82e090d2a9133
Author: Chris Staub <chris at beaker67.com>
Date:   Tue May 6 05:05:37 2014 -0400

    A number of switches specifying locations of libraries in /tools are not needed

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 496aaaa..c911341 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>06 May 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed unneeded configure switches specifying
+          GMP/MPFR/MPC/ISL/CLOOG in /tools.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>02 May 2014</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/temp-system/64/cloog.xml b/BOOK/temp-system/64/cloog.xml
index 77c0ed1..e452c15 100644
--- a/BOOK/temp-system/64/cloog.xml
+++ b/BOOK/temp-system/64/cloog.xml
@@ -28,7 +28,7 @@
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
+    --enable-shared</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/cloog.xml"
diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index e155363..55058f3 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -76,10 +76,8 @@
     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
-    --with-cloog=/tools --with-system-zlib \
-    --with-native-system-header-dir=/tools/include --enable-checking=release \
-    --enable-libstdcxx-time</userinput></screen>
+    --with-system-zlib --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>
diff --git a/BOOK/temp-system/64/isl.xml b/BOOK/temp-system/64/isl.xml
index adb79bf..5ef0114 100644
--- a/BOOK/temp-system/64/isl.xml
+++ b/BOOK/temp-system/64/isl.xml
@@ -28,8 +28,7 @@
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \
   ./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --with-gmp-prefix=/tools</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/isl.xml"
diff --git a/BOOK/temp-system/common/cloog.xml b/BOOK/temp-system/common/cloog.xml
index 9b296a9..d266518 100644
--- a/BOOK/temp-system/common/cloog.xml
+++ b/BOOK/temp-system/common/cloog.xml
@@ -25,8 +25,7 @@
     <para os="a">Prepare CLooG for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/cloog.xml"
diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index 3d0077c..ea48789 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -74,8 +74,7 @@
   --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
   --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \
   --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \
-  --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \
+  --disable-libstdcxx-pch --with-system-zlib \
   --with-native-system-header-dir=/tools/include --disable-libssp \
   --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
diff --git a/BOOK/temp-system/common/isl.xml b/BOOK/temp-system/common/isl.xml
index 7d4f514..7d1c2de 100644
--- a/BOOK/temp-system/common/isl.xml
+++ b/BOOK/temp-system/common/isl.xml
@@ -25,8 +25,7 @@
     <para os="a">Prepare ISL for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --with-gmp-prefix=/tools</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index 1e2658e..a856340 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -76,9 +76,8 @@
     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
-    --with-cloog=/tools --with-system-zlib --enable-checking=release \
-    --enable-libstdcxx-time --with-native-system-header-dir=/tools/include</userinput></screen>
+    --with-system-zlib --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>
diff --git a/BOOK/temp-system/mips64/gcc.xml b/BOOK/temp-system/mips64/gcc.xml
index 29c6e52..30ed74a 100644
--- a/BOOK/temp-system/mips64/gcc.xml
+++ b/BOOK/temp-system/mips64/gcc.xml
@@ -76,8 +76,7 @@
   --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
   --enable-c99 --enable-shared --enable-threads=posix \
   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --with-abi=64 --with-gmp=/tools --with-mpfr=/tools \
-  --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \
+  --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \
   --enable-checking=release --enable-libstdcxx-time \
   --with-native-system-header-dir=/tools/include</userinput></screen>
 
diff --git a/BOOK/temp-system/multilib/cloog.xml b/BOOK/temp-system/multilib/cloog.xml
index 1bc64d9..551e563 100644
--- a/BOOK/temp-system/multilib/cloog.xml
+++ b/BOOK/temp-system/multilib/cloog.xml
@@ -28,7 +28,7 @@
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
-     --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
+     --enable-shared</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/cloog.xml"
diff --git a/BOOK/temp-system/multilib/gcc.xml b/BOOK/temp-system/multilib/gcc.xml
index 6667900..2cffb30 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -76,8 +76,7 @@
   --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
   --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
   --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \
-  --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \
+  --disable-libstdcxx-pch --with-system-zlib \
   --with-native-system-header-dir=/tools/include --disable-libssp \
   --enable-libstdcxx-time --enable-checking=release</userinput></screen>
 
diff --git a/BOOK/temp-system/multilib/isl.xml b/BOOK/temp-system/multilib/isl.xml
index fbc3d38..7a9a40e 100644
--- a/BOOK/temp-system/multilib/isl.xml
+++ b/BOOK/temp-system/multilib/isl.xml
@@ -29,7 +29,7 @@
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \
   ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --libdir=/tools/lib64 --with-gmp-prefix=/tools</userinput></screen>
+    --libdir=/tools/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/isl.xml"
diff --git a/BOOK/temp-system/ppc64-64/gcc.xml b/BOOK/temp-system/ppc64-64/gcc.xml
index 3450c38..57de372 100644
--- a/BOOK/temp-system/ppc64-64/gcc.xml
+++ b/BOOK/temp-system/ppc64-64/gcc.xml
@@ -76,10 +76,8 @@
     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
-    --with-cloog=/tools --with-system-zlib \
-    --with-native-system-header-dir=/tools/include --enable-checking=release \
-    --enable-libstdcxx-time</userinput></screen>
+    --with-system-zlib --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>

commit 83b1e52379e32904a661599634f235dc4078fbf1
Author: Chris Staub <chris at beaker67.com>
Date:   Tue May 6 05:00:45 2014 -0400

    Remove extra space

diff --git a/BOOK/boot/common/shadow.xml b/BOOK/boot/common/shadow.xml
index d4c6096..2add343 100644
--- a/BOOK/boot/common/shadow.xml
+++ b/BOOK/boot/common/shadow.xml
@@ -27,7 +27,7 @@
     of these programs are provided by Coreutils and Util-linux:</para>
 
 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig}
-sed  -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
+sed -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
     src/Makefile.in.orig > src/Makefile.in</userinput></screen>
 
     <para os="d">Prepare Shadow for compilation:</para>

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

Summary of changes:
 BOOK/boot/common/shadow.xml            |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 BOOK/temp-system/64/cloog.xml          |    2 +-
 BOOK/temp-system/64/gcc.xml            |    6 ++----
 BOOK/temp-system/64/isl.xml            |    3 +--
 BOOK/temp-system/common/cloog.xml      |    3 +--
 BOOK/temp-system/common/gcc.xml        |    3 +--
 BOOK/temp-system/common/isl.xml        |    3 +--
 BOOK/temp-system/mips64-64/gcc.xml     |    5 ++---
 BOOK/temp-system/mips64/gcc.xml        |    3 +--
 BOOK/temp-system/multilib/cloog.xml    |    2 +-
 BOOK/temp-system/multilib/gcc.xml      |    3 +--
 BOOK/temp-system/multilib/isl.xml      |    2 +-
 BOOK/temp-system/ppc64-64/gcc.xml      |    6 ++----
 14 files changed, 26 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list