Changeset 68052ca


Ignore:
Timestamp:
Feb 23, 2007, 7:04:03 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ac7afe9
Parents:
4ff86b52
Message:

Make sure the directories exist for the device_links and mknod_devices targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    r4ff86b52 r68052ca  
    3131
    3232scripts:
     33        install -d -m ${DIRMODE} ${DESTDIR}/udev
    3334        install -m ${SCRIPTMODE} load_floppy_module.sh ${DESTDIR}/${LIBDIR}/udev/load_floppy_module.sh
    3435        install -m ${SCRIPTMODE} cdsymlink_helper.sh ${DESTDIR}/${LIBDIR}/udev/cdsymlink_helper.sh
     
    4849        install -d -m ${DIRMODE} ${DESTDIR}/${LIBDIR}/udev/devices/net
    4950
    50 device_links:
     51device_links: device_dirs
    5152        ln -snf /proc/self/fd ${DESTDIR}/${LIBDIR}/udev/devices/fd
    5253        ln -snf /proc/self/fd/0 ${DESTDIR}/${LIBDIR}/udev/devices/stdin
     
    5556        ln -snf /proc/kcore ${DESTDIR}/${LIBDIR}/udev/devices/core
    5657
    57 mknod_devices:
     58mknod_devices: device_dirs
    5859        @if [ "$$UID" = "0" ]; then \
    5960                if ! [ -e ${DESTDIR}/${LIBDIR}/udev/devices/null ]; then \
Note: See TracChangeset for help on using the changeset viewer.