[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-908-g53ba169

git git at cross-lfs.org
Sat May 3 10:01:59 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  53ba1695ff55e70556d336989c4176a6ff388616 (commit)
       via  fa72a7551d87277c05bf4f1fa34603fd96c0e9fb (commit)
      from  788695fc11adc8fe0538dddcd28bea8d3c6effa7 (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 53ba1695ff55e70556d336989c4176a6ff388616
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 3 13:01:55 2014 -0400

    Update date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index fffefc2..b6378ce 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 "01"> <!-- Use two digits -->
+<!ENTITY day "03"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit fa72a7551d87277c05bf4f1fa34603fd96c0e9fb
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 3 13:01:44 2014 -0400

    HOST_CC is deprecated, use CC_FOR_BUILD instead

diff --git a/BOOK/temp-system/64/gmp.xml b/BOOK/temp-system/64/gmp.xml
index c241d98..50bd328 100644
--- a/BOOK/temp-system/64/gmp.xml
+++ b/BOOK/temp-system/64/gmp.xml
@@ -36,7 +36,7 @@
     href="../common/gmp.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>HOST_CC=gcc CC="${CC} ${BUILD64}" \
+<screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} ${BUILD64}" \
     CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --enable-cxx</userinput></screen>
diff --git a/BOOK/temp-system/common/gmp.xml b/BOOK/temp-system/common/gmp.xml
index 48ac832..fea731b 100644
--- a/BOOK/temp-system/common/gmp.xml
+++ b/BOOK/temp-system/common/gmp.xml
@@ -34,7 +34,7 @@
 
     <para os="a">Prepare GMP for compilation:</para>
 
-<screen os="b"><userinput>HOST_CC=gcc ./configure --prefix=/tools \
+<screen os="b"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --enable-cxx</userinput></screen>
 
diff --git a/BOOK/temp-system/multilib/gmp.xml b/BOOK/temp-system/multilib/gmp.xml
index fb9ad09..86eda98 100644
--- a/BOOK/temp-system/multilib/gmp.xml
+++ b/BOOK/temp-system/multilib/gmp.xml
@@ -36,7 +36,7 @@
     href="../common/gmp.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>HOST_CC=gcc CC="${CC} \
+<screen os="b"><userinput>CC_FOR_BUILD=gcc CC="${CC} \
     ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --libdir=/tools/lib64 --enable-cxx</userinput></screen>

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

Summary of changes:
 BOOK/general.ent                  |    2 +-
 BOOK/temp-system/64/gmp.xml       |    2 +-
 BOOK/temp-system/common/gmp.xml   |    2 +-
 BOOK/temp-system/multilib/gmp.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list