[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-128-ga7b3b52

git git at cross-lfs.org
Sun Jul 7 23:35:04 PDT 2013


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  a7b3b520f542f00d3f5aaeb73a70029afc23d72d (commit)
      from  0979e4a741db55eeebf210d51da844dfd170c617 (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 a7b3b520f542f00d3f5aaeb73a70029afc23d72d
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 8 01:34:57 2013 -0500

    remove trailing spaces after \ in 64-bit udev in boot section.

diff --git a/BOOK/boot/64/udev.xml b/BOOK/boot/64/udev.xml
index 003376f..2471a5e 100644
--- a/BOOK/boot/64/udev.xml
+++ b/BOOK/boot/64/udev.xml
@@ -26,12 +26,12 @@
     href="../../final-system/common/udev.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \ 
-    BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 
-    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \ 
-    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
+<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \
+    BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \
+    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \
+    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libdir=/usr/lib64 \
-    --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \ 
+    --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
     --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \
     --with-firmware-path=/lib/firmware</userinput></screen>
 

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

Summary of changes:
 BOOK/boot/64/udev.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list