[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-511-gd52fb74

git git at cross-lfs.org
Sat Nov 16 18:45:19 PST 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  d52fb7439030de3ee749d50d467547ec3acfaabe (commit)
       via  e904ebfa180b3c3d4a4dc62728223b2fdcf6b7d6 (commit)
      from  5040ee809ac77d3f6b1dd2bf7b300374fd8333dd (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 d52fb7439030de3ee749d50d467547ec3acfaabe
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Nov 16 20:45:15 2013 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index e2664df..f52a33f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "11"> <!-- Use two digits -->
 <!ENTITY month_name "November">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY day "16"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit e904ebfa180b3c3d4a4dc62728223b2fdcf6b7d6
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Nov 16 20:42:14 2013 -0600

    Remove unneeded cache file configure option for temp-system grep.

diff --git a/BOOK/temp-system/common/grep.xml b/BOOK/temp-system/common/grep.xml
index bfc2fef..2625a27 100644
--- a/BOOK/temp-system/common/grep.xml
+++ b/BOOK/temp-system/common/grep.xml
@@ -28,7 +28,7 @@
 
 <screen os="ca"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --without-included-regex --cache-file=config.cache</userinput></screen>
+    --without-included-regex</userinput></screen>
 
     <variablelist os="cb">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/temp-system/multilib/grep.xml b/BOOK/temp-system/multilib/grep.xml
index 1f2c9d7..d4cd045 100644
--- a/BOOK/temp-system/multilib/grep.xml
+++ b/BOOK/temp-system/multilib/grep.xml
@@ -28,7 +28,7 @@
 
 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --without-included-regex --cache-file=config.cache</userinput></screen>
+    --without-included-regex</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/grep.xml"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list