- Timestamp:
- Feb 21, 2006, 2:03:21 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 17842c6
- Parents:
- cc00b22
- Location:
- udev
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
rcc00b22 r813ebaf 26 26 boot: 27 27 install -d ${DESTDIR}/usr/share/udev 28 install -d ${DESTDIR}/etc/sysconfig 28 29 install -d ${DESTDIR}/etc/rc.d/rcsysinit.d 29 30 install -d ${DESTDIR}/etc/rc.d/init.d 31 install -m ${CONFMODE} sysconfig.storge ${DESTDIR}/etc/sysconfig/storage 30 32 install -m ${INITMODE} udev ${DESTDIR}/etc/rc.d/init.d/udev 31 33 install -m ${INITMODE} udev_retry ${DESTDIR}/etc/rc.d/init.d/udev_retry
Note:
See TracChangeset
for help on using the changeset viewer.