[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-38-g16994e7

git git at cross-lfs.org
Fri May 31 06:32:28 PDT 2013


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  16994e7b6fd5652b8273271d8b59846561d48028 (commit)
       via  97f4cdcf7c8e6684bdb8e6ac6241144910448fa3 (commit)
       via  7ab5947b8046daf568c2d88c7d737345a1eba1db (commit)
       via  cf67cf8e8f1c8ca235b076df7d095f44ab5c377b (commit)
      from  683fec6623a30cc970b6ca2632e9ef0a269157df (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 16994e7b6fd5652b8273271d8b59846561d48028
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 08:32:15 2013 -0500

    Remove coreutils primelist hack as it is not needed for 8.21.

diff --git a/BOOK/temp-system/common/coreutils.xml b/BOOK/temp-system/common/coreutils.xml
index 378f6c2..9fec10e 100644
--- a/BOOK/temp-system/common/coreutils.xml
+++ b/BOOK/temp-system/common/coreutils.xml
@@ -57,26 +57,6 @@ EOF</userinput></screen>
 
     </variablelist>
 
-<!--- Hack for coreutils to build for target executables which can't be ran with the host. -->
-    <para os="h1">Coreutils does not build make-prime-list properly and the build host may not be able to execute the target binary. Build it using the host compiler so it can be ran for the generation of data required for the build.</para>
-
-<screen os="h2"><userinput>cp -v Makefile{,.orig}
-sed '/src_make_prime_list/d' Makefile.orig > Makefile
-depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
-    gcc -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src  \
-    -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \
-    src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \
-    src/make-prime-list.c &&
-mv -f $depbase.Tpo $depbase.Po
-gcc -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
-    -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o</userinput></screen>
-
-    <para os="h3">Remove the building of the hostname man page as it is affected by the previous commands.</para>
-
-<screen os="h4"><userinput>cp -v Makefile{,.bak}
-sed -e '/hostname.1/d' Makefile.bak > Makefile</userinput></screen>
-<!-- End hack -->
-
    <para os="bf">Compile the package:</para>
 
 <screen os="bg"><userinput>make</userinput></screen>
diff --git a/BOOK/temp-system/multilib/coreutils.xml b/BOOK/temp-system/multilib/coreutils.xml
index 454360a..cef82d4 100644
--- a/BOOK/temp-system/multilib/coreutils.xml
+++ b/BOOK/temp-system/multilib/coreutils.xml
@@ -50,26 +50,6 @@
     href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='be1'])"/>
 
-<!--- Hack for coreutils to build for target executables which can't be ran with the host. -->
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='h1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='h2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='h3'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='h4'])"/>
-
-<!-- end hack -->
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='bf'])"/>

commit 97f4cdcf7c8e6684bdb8e6ac6241144910448fa3
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 08:31:33 2013 -0500

    Add coreutils upgrade entry to master change log.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 53b26e0..68cdd68 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>31 May 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update Coreutils to 8.21.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>28 May 2013</para>
       <itemizedlist>
         <listitem>

commit 7ab5947b8046daf568c2d88c7d737345a1eba1db
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 08:31:08 2013 -0500

    Update coreutils to 8.21.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 3852c99..22b5148 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -74,10 +74,10 @@
 <!ENTITY colo-md5 "52c16ad31f3b88f710f0fdb5abed0457">
 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips">
 
-<!ENTITY coreutils-version "8.20">
-<!ENTITY coreutils-size "5,164 KB">
+<!ENTITY coreutils-version "8.21">
+<!ENTITY coreutils-size "5,236 KB">
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
-<!ENTITY coreutils-md5 "3d69af8f561fce512538a9fe85f147ff">
+<!ENTITY coreutils-md5 "065ba41828644eca5dd8163446de5d64">
 <!ENTITY coreutils-home "&gnu-software;coreutils">
 
 <!ENTITY dejagnu-version "1.5.1">

commit cf67cf8e8f1c8ca235b076df7d095f44ab5c377b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 08:30:57 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 453bc60..940727b 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "05"> <!-- Use two digits -->
 <!ENTITY month_name "May">
-<!ENTITY day "28"> <!-- Use two digits -->
+<!ENTITY day "31"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                        |    2 +-
 BOOK/introduction/common/changelog.xml  |    9 +++++++++
 BOOK/packages.ent                       |    6 +++---
 BOOK/temp-system/common/coreutils.xml   |   20 --------------------
 BOOK/temp-system/multilib/coreutils.xml |   20 --------------------
 5 files changed, 13 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list