- Timestamp:
- Feb 23, 2007, 7:04:03 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ac7afe9
- Parents:
- 4ff86b52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r4ff86b52 r68052ca 31 31 32 32 scripts: 33 install -d -m ${DIRMODE} ${DESTDIR}/udev 33 34 install -m ${SCRIPTMODE} load_floppy_module.sh ${DESTDIR}/${LIBDIR}/udev/load_floppy_module.sh 34 35 install -m ${SCRIPTMODE} cdsymlink_helper.sh ${DESTDIR}/${LIBDIR}/udev/cdsymlink_helper.sh … … 48 49 install -d -m ${DIRMODE} ${DESTDIR}/${LIBDIR}/udev/devices/net 49 50 50 device_links: 51 device_links: device_dirs 51 52 ln -snf /proc/self/fd ${DESTDIR}/${LIBDIR}/udev/devices/fd 52 53 ln -snf /proc/self/fd/0 ${DESTDIR}/${LIBDIR}/udev/devices/stdin … … 55 56 ln -snf /proc/kcore ${DESTDIR}/${LIBDIR}/udev/devices/core 56 57 57 mknod_devices: 58 mknod_devices: device_dirs 58 59 @if [ "$$UID" = "0" ]; then \ 59 60 if ! [ -e ${DESTDIR}/${LIBDIR}/udev/devices/null ]; then \
Note:
See TracChangeset
for help on using the changeset viewer.