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

git git at cross-lfs.org
Fri Sep 7 10:52:06 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  6d8fc37b9085c0ebd7343398608529f506708d81 (commit)
      from  dc8ace32ca3edc68d35f3e3958febe179cba19b1 (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 6d8fc37b9085c0ebd7343398608529f506708d81
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 7 12:52:01 2012 -0500

    Remove --with-rootlibdir configure option in Boot section kmod.

diff --git a/BOOK/boot/common/kmod.xml b/BOOK/boot/common/kmod.xml
index 6cd3dc4..a38bdfc 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=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/kmod.xml"
diff --git a/BOOK/boot/multilib/kmod.xml b/BOOK/boot/multilib/kmod.xml
index 97bb6be..146d931 100644
--- a/BOOK/boot/multilib/kmod.xml
+++ b/BOOK/boot/multilib/kmod.xml
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --bindir=/bin --with-rootlibdir=/tools/lib64 \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/kmod.xml"
diff --git a/BOOK/boot/x86_64-64/kmod.xml b/BOOK/boot/x86_64-64/kmod.xml
index d195ff4..146d931 100644
--- a/BOOK/boot/x86_64-64/kmod.xml
+++ b/BOOK/boot/x86_64-64/kmod.xml
@@ -27,8 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
-    --bindir=/bin --with-rootlibdir=/tools/lib \
-    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
+    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</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 4153a3e..ba45967 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "06"> <!-- Use two digits -->
+<!ENTITY day "07"> <!-- 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 f885fcd..fc2a4ca 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
    <listitem>
+      <para>September 07, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove --with-rootlibdir from kmod configure in Ch 7.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>September 06, 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/boot/common/kmod.xml              |    2 +-
 BOOK/boot/multilib/kmod.xml            |    3 +--
 BOOK/boot/x86_64-64/kmod.xml           |    3 +--
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 5 files changed, 13 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list