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

git git at cross-lfs.org
Sat Aug 11 17:54:49 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  12dd3ae5345fe4c2d4461e6cc4486adfb504a56e (commit)
      from  f44ac5557e53860c44aedc9bc06a0f5149febd5d (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 12dd3ae5345fe4c2d4461e6cc4486adfb504a56e
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Aug 11 19:54:19 2012 -0500

    Install libraries to /tools/lib rather than /lib during boot method kmod build.

diff --git a/BOOK/boot/common/kmod.xml b/BOOK/boot/common/kmod.xml
index 268c615..6ba2b59 100644
--- a/BOOK/boot/common/kmod.xml
+++ b/BOOK/boot/common/kmod.xml
@@ -27,7 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>./configure --prefix=/tools \
-    --bindir=/bin --with-rootlibdir=/lib \
+    --bindir=/bin --with-rootlibdir=/tools/lib \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 89b5fb0..7d1909e 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -41,6 +41,9 @@
         <listitem>
           <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Edit configure command boot method kmod section to install libkmod into /tools/lib rather than /lib.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list