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

git git at cross-lfs.org
Sat Aug 25 04:59:18 PDT 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  e8c695a8e58cfc66b5b668425772dcf48d1fb6e1 (commit)
      from  286ab621a1f577de58db0fe25cbb2cfc2d36738f (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 e8c695a8e58cfc66b5b668425772dcf48d1fb6e1
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Aug 25 06:59:14 2012 -0500

    Correct iputils build for non multilib and multilib books.

diff --git a/BOOK/final-system/common/iputils.xml b/BOOK/final-system/common/iputils.xml
index 94d0969..95d2706 100644
--- a/BOOK/final-system/common/iputils.xml
+++ b/BOOK/final-system/common/iputils.xml
@@ -36,7 +36,7 @@
 
     <para os="a">Compile the package:</para>
 
-<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff rdisc" \
+<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping clockdiff rdisc" \
     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
 
     <para os="c">This package does not come with a test suite.</para>
diff --git a/BOOK/final-system/multilib/iputils.xml b/BOOK/final-system/multilib/iputils.xml
index 396444d..a5469a1 100644
--- a/BOOK/final-system/multilib/iputils.xml
+++ b/BOOK/final-system/multilib/iputils.xml
@@ -41,7 +41,7 @@
     href="../common/iputils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>make CC="gcc ${BUILD64}" IPV4_TARGETS="tracepath ping clockdiff" \
+<screen os="b"><userinput>make CC="gcc ${BUILD64}" IPV4_TARGETS="tracepath ping clockdiff rdisc" \
     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 56a01be..44b160b 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "22"> <!-- Use two digits -->
+<!ENTITY day "25"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index aa1048d..e4f2531 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>August 25, 2012</para>
+      <itemizedlist>
+        <listitem>
+           <para>[William Harrington] - Correct IPutils build so that rdisc is created and remove multiple rdisc entries for non multilib books and add rdisc to multilib books.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 22, 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/iputils.xml   |    2 +-
 BOOK/final-system/multilib/iputils.xml |    2 +-
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 4 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list