Changeset bda8cfb for udev/Makefile
- Timestamp:
- Aug 31, 2006, 9:18:26 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:
- d49afdb
- Parents:
- 664631f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r664631f rbda8cfb 83 83 @echo "---------------------------------------------------------------------------------------" 84 84 @echo "make install install udev rules package and helper scripts" 85 @echo "make install-device-mapper install device-mapper rules" 85 86 @echo "make install-netboot install udev rules package for netboot" 86 87 @echo "make install-network install network helper package" … … 95 96 install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper 96 97 98 install-device-mapper: 99 install -d ${DESTDIR}/lib/udev 100 install -d ${DESTDIR}/etc/rc.d/init.d 101 install -m ${RULESMODE} 70-device-mapper.rules ${DESTDIR}/etc/udev/rules.d/70-device-mapper.rules 102 97 103 install-network: install-helper-functions install-network-update 98 104 install -d ${DESTDIR}/etc/udev/rules.d/
Note:
See TracChangeset
for help on using the changeset viewer.