[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-652-g9f696e8

git git at cross-lfs.org
Sat Mar 8 16:14:41 PST 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, master has been updated
       via  9f696e8b39110927d8eea4bfdde66db05b1ec2c5 (commit)
       via  1d8699661fe2532f3452f267ae18c3e88ae022a9 (commit)
      from  1c57432a304319df72781e610e26ef644646ab7c (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 9f696e8b39110927d8eea4bfdde66db05b1ec2c5
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 8 18:14:36 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index e93c3b8..5cb3499 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "02"> <!-- Use two digits -->
-<!ENTITY month_name "February">
-<!ENTITY day "12"> <!-- Use two digits -->
+<!ENTITY month "03"> <!-- Use two digits -->
+<!ENTITY month_name "March">
+<!ENTITY day "08"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 1d8699661fe2532f3452f267ae18c3e88ae022a9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 8 18:14:17 2014 -0600

    Fix perl and perl 32bit instructions for note and remove a redundant command that only should be with the boot method note regarding tests.

diff --git a/BOOK/final-system/common/perl.xml b/BOOK/final-system/common/perl.xml
index e9d83e2..d4749ca 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -38,15 +38,14 @@
       <para>If you are following the boot method you will need to enable the
       loopback device as well as set a hostname for some of the tests:</para>
 
-  <screen os="a01"><userinput remap="test">ip link set lo up
-hostname clfs</userinput></screen>
+<screen><userinput remap="test">ip link set lo up hostname clfs</userinput></screen>
     </note>
 
-    <para os="a02">Before starting to configure, create a basic
+    <para os="a01">Before starting to configure, create a basic
     <filename>/etc/hosts</filename> file which will be referenced by one
     of Perl's configuration files as well as used by the testsuite:</para>
 
-<screen os="a03"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
+<screen os="a02"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
 
     <para os="a">To have full control over the way Perl is set up, you can
     run the interactive <command>Configure</command> script and hand-pick
diff --git a/BOOK/final-system/multilib/perl.xml b/BOOK/final-system/multilib/perl.xml
index f629c27..f677b6c 100644
--- a/BOOK/final-system/multilib/perl.xml
+++ b/BOOK/final-system/multilib/perl.xml
@@ -44,10 +44,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/perl.xml"
-    xpointer="xpointer(//*[@os='a03'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/perl.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>./configure.gnu --prefix=/usr \

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

Summary of changes:
 BOOK/final-system/common/perl.xml   |    7 +++----
 BOOK/final-system/multilib/perl.xml |    4 ----
 BOOK/general.ent                    |    6 +++---
 3 files changed, 6 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list