[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 73a91fa79894aa179f577c2be217516c29ef2310

git git at cross-lfs.org
Sat Nov 17 21:50:14 PST 2012


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  73a91fa79894aa179f577c2be217516c29ef2310 (commit)
       via  e3041a145904c57cbbfd88dd9640b169dd8e0b56 (commit)
      from  21bf5df8cbd3239ed7123835b5ae5afa0fab4af3 (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 73a91fa79894aa179f577c2be217516c29ef2310
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:49:46 2012 -0600

    Simplify prime_list build section.

diff --git a/BOOK/temp-system/multilib/coreutils.xml b/BOOK/temp-system/multilib/coreutils.xml
index ace5d08..01af1f0 100644
--- a/BOOK/temp-system/multilib/coreutils.xml
+++ b/BOOK/temp-system/multilib/coreutils.xml
@@ -52,17 +52,9 @@
     href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='h1'])"/>
 
-<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 -m64 -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 -m64 -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>
+    <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"

commit e3041a145904c57cbbfd88dd9640b169dd8e0b56
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:49:27 2012 -0600

    Update prime_list build command.

diff --git a/BOOK/temp-system/common/coreutils.xml b/BOOK/temp-system/common/coreutils.xml
index fc17d26..8a12345 100644
--- a/BOOK/temp-system/common/coreutils.xml
+++ b/BOOK/temp-system/common/coreutils.xml
@@ -56,8 +56,7 @@ depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.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>
+    -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>
 

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

Summary of changes:
 BOOK/temp-system/common/coreutils.xml   |    3 +--
 BOOK/temp-system/multilib/coreutils.xml |   14 +++-----------
 2 files changed, 4 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list