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

git git at cross-lfs.org
Sat Aug 11 10:06:29 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  f44ac5557e53860c44aedc9bc06a0f5149febd5d (commit)
      from  b2b94a54b844f3a975381b2825f790e1543fbbcf (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 f44ac5557e53860c44aedc9bc06a0f5149febd5d
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Aug 11 12:06:24 2012 -0500

    Edit udev boot method configure command block so that copy and paste works properly.

diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index 634d3d1..c804612 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -26,16 +26,16 @@
     href="../../final-system/common/udev.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>LIBS="-lpthread" \  
-        BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \  
-        KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod"  \  
-        ./configure --prefix=/usr \  
-        --build=${CLFS_HOST} --host=${CLFS_TARGET} \  
+<screen os="b"><userinput>LIBS="-lpthread" \
+        BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \
+        KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \
+        ./configure --prefix=/usr \
+        --build=${CLFS_HOST} --host=${CLFS_TARGET} \
         --exec-prefix="" --with-rootprefix=$CLFS \
-        --sysconfdir=/etc --libexecdir=/lib \  
-        --libdir=/usr/lib --disable-introspection \  
-        --with-usb-ids-path=no --with-pci-ids-path=no \  
-        --disable-gtk-doc-html --disable-gudev \  
+        --sysconfdir=/etc --libexecdir=/lib \
+        --libdir=/usr/lib --disable-introspection \
+        --with-usb-ids-path=no --with-pci-ids-path=no \
+        --disable-gtk-doc-html --disable-gudev \
         --disable-keymap --disable-logging</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 54cd1de..2e941f3 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 "07"> <!-- Use two digits -->
+<!ENTITY day "11"> <!-- 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 65958b8..89b5fb0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,6 +35,14 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>11 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>06 August 2012</para>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list