Changeset a7b3b52


Ignore:
Timestamp:
Jul 7, 2013, 11:34:57 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c8a766f1
Parents:
0979e4a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/udev.xml

    r0979e4a ra7b3b52  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \ 
    30     BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 
    31     KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \ 
    32     ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \
     30    BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \
     31    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \
     32    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3333    --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libdir=/usr/lib64 \
    34     --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \ 
     34    --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
    3535    --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \
    3636    --with-firmware-path=/lib/firmware</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.