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

git git at cross-lfs.org
Sat Aug 25 08:37:50 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  0344bf169c4f0e07bb591f385a07f1453ade937f (commit)
      from  954ff38b52bd1668c73804bd1976ee6034363bc7 (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 0344bf169c4f0e07bb591f385a07f1453ade937f
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Aug 25 10:37:46 2012 -0500

    Clarify libee note for multiple jobs and update date some dates.

diff --git a/BOOK/final-system/common/libee.xml b/BOOK/final-system/common/libee.xml
index c603241..fe78cdc 100644
--- a/BOOK/final-system/common/libee.xml
+++ b/BOOK/final-system/common/libee.xml
@@ -31,7 +31,7 @@
     <para os="c">Compile the package:</para>
 
 <note os="n1">
-    <para>Libee will fail to compile if running multiple jobs with make.</para>
+    <para>Libee will fail to compile if using multiple jobs with make. Append "-j 1" to the following make command:</para>
 </note>
 
 <screen os="d"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/multilib/libee-64bit.xml b/BOOK/final-system/multilib/libee-64bit.xml
index 1671ee4..9b54893 100644
--- a/BOOK/final-system/multilib/libee-64bit.xml
+++ b/BOOK/final-system/multilib/libee-64bit.xml
@@ -35,6 +35,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/libee.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/libee.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/libee-n32.xml b/BOOK/final-system/multilib/libee-n32.xml
index d541c60..f6c9675 100644
--- a/BOOK/final-system/multilib/libee-n32.xml
+++ b/BOOK/final-system/multilib/libee-n32.xml
@@ -36,6 +36,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/libee.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/libee.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/libee.xml b/BOOK/final-system/multilib/libee.xml
index a705d88..833c89d 100644
--- a/BOOK/final-system/multilib/libee.xml
+++ b/BOOK/final-system/multilib/libee.xml
@@ -35,6 +35,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/libee.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/libee.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 44b160b..1121e13 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 "25"> <!-- Use two digits -->
+<!ENTITY day "26"> <!-- 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 e4f2531..00755b2 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,11 +36,14 @@
     </listitem>
 -->
     <listitem>
-      <para>August 25, 2012</para>
+      <para>August 26, 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>
+        <listitem>
+           <para>[William Harrington] - Add the note for libee in all books and clarify the issue with additional text.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/introduction/mips64/changelog.xml b/BOOK/introduction/mips64/changelog.xml
index d28a4c6..ba72186 100644
--- a/BOOK/introduction/mips64/changelog.xml
+++ b/BOOK/introduction/mips64/changelog.xml
@@ -33,7 +33,7 @@
 
 -->
     <listitem>
-      <para>25 August 2012</para>
+      <para>26 August 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Remove link commands from Kmod N32 and 32-bit as they are created in the final 64-bit kmod build.</para>
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index 326e353..4cc63e4 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -33,7 +33,7 @@
 
 -->
     <listitem>
-      <para>25 August 2012</para>
+      <para>26 August 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para>
diff --git a/BOOK/introduction/sparc64/changelog.xml b/BOOK/introduction/sparc64/changelog.xml
index 819eac6..ddda06c 100644
--- a/BOOK/introduction/sparc64/changelog.xml
+++ b/BOOK/introduction/sparc64/changelog.xml
@@ -33,7 +33,7 @@
 
 -->
     <listitem>
-      <para>25 August 2012</para>
+      <para>26 August 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para>
diff --git a/BOOK/introduction/x86_64/changelog.xml b/BOOK/introduction/x86_64/changelog.xml
index 405ab39..84fa812 100644
--- a/BOOK/introduction/x86_64/changelog.xml
+++ b/BOOK/introduction/x86_64/changelog.xml
@@ -33,7 +33,7 @@
 
 -->
     <listitem>
-      <para>25 August 2012</para>
+      <para>26 August 2012</para>
       <itemizedlist>
         <listitem>
           <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para>

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

Summary of changes:
 BOOK/final-system/common/libee.xml         |    2 +-
 BOOK/final-system/multilib/libee-64bit.xml |    4 ++++
 BOOK/final-system/multilib/libee-n32.xml   |    4 ++++
 BOOK/final-system/multilib/libee.xml       |    4 ++++
 BOOK/general.ent                           |    2 +-
 BOOK/introduction/common/changelog.xml     |    5 ++++-
 BOOK/introduction/mips64/changelog.xml     |    2 +-
 BOOK/introduction/ppc64/changelog.xml      |    2 +-
 BOOK/introduction/sparc64/changelog.xml    |    2 +-
 BOOK/introduction/x86_64/changelog.xml     |    2 +-
 10 files changed, 22 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list