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

git git at cross-lfs.org
Mon Aug 13 17:13:36 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  5ce4e62e011fdb5576453e0378c3949017b3248c (commit)
      from  12dd3ae5345fe4c2d4461e6cc4486adfb504a56e (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 5ce4e62e011fdb5576453e0378c3949017b3248c
Author: William Harrington <kb0iic at gmail.com>
Date:   Mon Aug 13 19:13:28 2012 -0500

    Add xz and zlib compression to boot method kmod.

diff --git a/BOOK/boot/common/kmod.xml b/BOOK/boot/common/kmod.xml
index 6ba2b59..8df0c0e 100644
--- a/BOOK/boot/common/kmod.xml
+++ b/BOOK/boot/common/kmod.xml
@@ -26,9 +26,11 @@
     href="../../final-system/common/kmod.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>./configure --prefix=/tools \
-    --bindir=/bin --with-rootlibdir=/tools/lib \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+<screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" \
+    liblzma_LIBS="-L/tools/lib -llzma" zlib_CFLAGS="-I/tools/include" \
+    zlib_LIBS="-L/tools/lib -lz" ./configure --prefix=/tools --bindir=/bin \
+    --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --with-xz --with-zlib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/kmod.xml"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2e941f3..a3f87a8 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 "11"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- 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 7d1909e..f23a247 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>13 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add xz and zlib compression to boot method kmod.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>11 August 2012</para>
       <itemizedlist>

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

Summary of changes:
 BOOK/boot/common/kmod.xml              |    8 +++++---
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list