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

git git at cross-lfs.org
Sun Feb 5 10:20:10 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  b13a3b7c3cc2114d30f7b783908d27a2683de8bb (commit)
       via  5178eeb26c1db9426f474641b70fb3bd0501a957 (commit)
      from  e926784be4e7ecbb1781175140c136d7aa2acd6a (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 b13a3b7c3cc2114d30f7b783908d27a2683de8bb
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Sun Feb 5 18:20:05 2012 +0000

    Added rdisc to IPutil make command

diff --git a/BOOK/final-system/common/iputils.xml b/BOOK/final-system/common/iputils.xml
index 3ac59d1..94d0969 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" \
+<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc 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/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5280337..576fe14 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
   <listitem>
+    <para>Febuary 5, 2012</para>
+    <itemizedlist>
+      <listitem>
+        <para>[Jonathan] - Added rdisc to IPutils make command.</para>
+      </listitem>
+    </itemizedlist>
+  </listitem>
+
+  <listitem>
     <para>Febuary 4, 2012</para>
     <itemizedlist>
       <listitem>

commit 5178eeb26c1db9426f474641b70fb3bd0501a957
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Sun Feb 5 17:06:58 2012 +0000

    Added build flags to the ppc64 boot section.

diff --git a/BOOK/boot/multilib/flags.xml b/BOOK/boot/multilib/flags.xml
new file mode 100644
index 0000000..5ec0819
--- /dev/null
+++ b/BOOK/boot/multilib/flags.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-boot-flags">
+  <?dbhtml filename="flags.html"?>
+
+  <title>Build Flags</title>
+
+  <para>We will need to copy our build variables into our new system:</para>
+
+<screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF
+export BUILD32="${BUILD32}"
+export BUILD64="${BUILD64}"
+export CLFS_TARGET32="${CLFS_TARGET32}"
+EOF</userinput></screen>
+
+</sect1>
diff --git a/BOOK/boot/ppc64-chapter.xml b/BOOK/boot/ppc64-chapter.xml
index 614d0e0..49cbf42 100644
--- a/BOOK/boot/ppc64-chapter.xml
+++ b/BOOK/boot/ppc64-chapter.xml
@@ -26,6 +26,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/powerpc-utils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot-build.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bootscripts.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/devices.xml"/>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 3ad5b8f..8cc7e9e 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "Febuary">
-<!ENTITY day "04"> <!-- Use two digits -->
+<!ENTITY day "05"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index 7f3d8cf..c9b7a2e 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>Febuary 5, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Added build flags to the boot section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 30, 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/boot/{sparc64 => multilib}/flags.xml |    0
 BOOK/boot/ppc64-chapter.xml               |    1 +
 BOOK/final-system/common/iputils.xml      |    2 +-
 BOOK/general.ent                          |    2 +-
 BOOK/introduction/common/changelog.xml    |    9 +++++++++
 BOOK/introduction/ppc64/changelog.xml     |    9 +++++++++
 6 files changed, 21 insertions(+), 2 deletions(-)
 copy BOOK/boot/{sparc64 => multilib}/flags.xml (100%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list