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

git git at cross-lfs.org
Mon Aug 15 11:35:07 PDT 2011


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  a42ce33ec82d64dd188b151ff0e86d5168897f4e (commit)
      from  596fa5a6f1a8f4cc64942607394175f87ee045ca (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 a42ce33ec82d64dd188b151ff0e86d5168897f4e
Author: Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Date:   Mon Aug 15 19:35:01 2011 +0100

    Made note about mutiple make jobs with libee and fixed a permissions problem with coreutils

diff --git a/BOOK/final-system/common/coreutils.xml b/BOOK/final-system/common/coreutils.xml
index 026756c..973f546 100644
--- a/BOOK/final-system/common/coreutils.xml
+++ b/BOOK/final-system/common/coreutils.xml
@@ -65,7 +65,7 @@ echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd</userinput></scre
     <systemitem class="username">dummy</systemitem> user. Fix the permissions
     for a few files to allow this:</para>
 
-<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
+<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen>
 
     <para os="n">Then run the remainder of the tests as the
     <systemitem class="username">dummy</systemitem> user:</para>
diff --git a/BOOK/final-system/common/libee.xml b/BOOK/final-system/common/libee.xml
index f3706bc..c603241 100644
--- a/BOOK/final-system/common/libee.xml
+++ b/BOOK/final-system/common/libee.xml
@@ -30,6 +30,10 @@
 
     <para os="c">Compile the package:</para>
 
+<note os="n1">
+    <para>Libee will fail to compile if running multiple jobs with make.</para>
+</note>
+
 <screen os="d"><userinput>make</userinput></screen>
 
     <para os="e">This package does not come with a test suite.</para>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 7aa897b..f0b9568 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "07"> <!-- Use two digits -->
-<!ENTITY month_name "July">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY month "08"> <!-- Use two digits -->
+<!ENTITY month_name "August">
+<!ENTITY day "15"> <!-- Use two digits -->
 <!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 33d13c9..71bd5be 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,17 +36,42 @@
     </listitem>
 -->
 
-    <listitem>
-      <para>July 03, 2011</para>
-      <itemizedlist>
-        <listitem>
-          <para>[Jonathan] - Removed redundant variable from pkg-config, thanks db m.</para>
-        </listitem>
-        <listitem>
-          <para>[Jonathan] - Added Glib to package list, thanks db m.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
+  <listitem>
+    <para>August 15, 2011</para>
+    <itemizedlist>
+      <listitem>
+        <para>[Jonathan] - Added a note about using multiple make jobs with libee.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Fixed permissions propler for dummy user tests in coreutils.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Rewrote the section about using LiveCDs as hosts.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Updated the CSS so that large user commands now have
+              a scroll bar instead of overflowing the grey boxed area.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Justified the main text.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Modified how the host requirments script looks for libc.</para>
+      </listitem>
+    </itemizedlist>
+  </listitem>
+
+  <listitem>
+    <para>July 03, 2011</para>
+    <itemizedlist>
+      <listitem>
+        <para>[Jonathan] - Removed redundant variable from pkg-config, thanks db m.</para>
+      </listitem>
+      <listitem>
+        <para>[Jonathan] - Added Glib to package list, thanks db m.</para>
+      </listitem>
+    </itemizedlist>
+  </listitem>
 
 
  <listitem>

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

Summary of changes:
 BOOK/final-system/common/coreutils.xml |    2 +-
 BOOK/final-system/common/libee.xml     |    4 +++
 BOOK/general.ent                       |    6 ++--
 BOOK/introduction/common/changelog.xml |   47 ++++++++++++++++++++++++-------
 4 files changed, 44 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list