Ignore:
Timestamp:
Sep 7, 2012, 11:33:49 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d08e660
Parents:
ba7a62c
Message:

Tidy up udev xml and kmod

File:
1 edited

Legend:

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

    rba7a62c rcf7616f  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \
    3030    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 \
    33     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    34     --with-rootprefix=$CLFS --bindir=/sbin \
    35     --sysconfdir=/etc  \
    36     --libdir=/usr/lib64 --disable-introspection \
    37     --with-usb-ids-path=no --with-pci-ids-path=no \
    38     --disable-gtk-doc-html --disable-gudev \
    39     --disable-keymap --disable-logging</userinput></screen>
     31    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \
     32    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libdir=/usr/lib64 \
     34    --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
     35    --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \
     36    --with-firmware-path=/lib/firmware</userinput></screen>
    4037
    4138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.