Changeset a413a82f for BOOK/boot


Ignore:
Timestamp:
Sep 4, 2012, 5:57:21 PM (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:
6345f19
Parents:
9a1543f
Message:

Update udev configure options to more final sane outcome.

Location:
BOOK/boot
Files:
3 edited

Legend:

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

    r9a1543f ra413a82f  
    3232    ./configure --prefix=/usr \ 
    3333    --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
    34     --exec-prefix="" --with-rootprefix=$CLFS \
    35     --sysconfdir=/etc --libexecdir=/lib
     34    --with-rootprefix=$CLFS --bindir=/sbin \
     35    --sysconfdir=/etc
    3636    --libdir=/usr/lib64 --disable-introspection \ 
    3737    --with-usb-ids-path=no --with-pci-ids-path=no \ 
  • BOOK/boot/common/udev.xml

    r9a1543f ra413a82f  
    3232        ./configure --prefix=/usr \
    3333        --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    34         --exec-prefix="" --with-rootprefix=$CLFS \
     34        --with-rootprefix=$CLFS --bindir=/sbin \
    3535        --sysconfdir=/etc --libexecdir=/lib \
    36         --libdir=/usr/lib --disable-introspection \
     36        --disable-introspection \
    3737        --with-usb-ids-path=no --with-pci-ids-path=no \
    3838        --disable-gtk-doc-html --disable-gudev \
  • BOOK/boot/multilib/udev.xml

    r9a1543f ra413a82f  
    3232        ./configure --prefix=/usr \ 
    3333        --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
    34         --exec-prefix="" --with-rootprefix=$CLFS \
     34        --with-rootprefix=$CLFS --bindir=/sbin \
    3535        --sysconfdir=/etc --libexecdir=/lib \ 
    3636        --libdir=/usr/lib64 --disable-introspection \ 
Note: See TracChangeset for help on using the changeset viewer.