Changeset 95756c0 for udev/Makefile
- Timestamp:
- May 24, 2007, 10:28:56 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:
- 850f2ea6
- Parents:
- 2b92d03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r2b92d03 r95756c0 86 86 @echo "make install install udev rules package and helper scripts" 87 87 @echo "make install-device-mapper install device-mapper rules" 88 @echo "make install-dm install dm rules" 88 89 @echo "make install-netboot install udev rules package for netboot" 89 90 @echo "make install-network install network helper package" … … 101 102 install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper 102 103 104 install-dm: install-device-mapper 105 103 106 install-device-mapper: 104 107 install -d ${DESTDIR}/${LIBDIR}/udev 105 108 install -d ${DESTDIR}/etc/rc.d/init.d 106 109 install -m ${RULESMODE} 64-device-mapper.rules ${DESTDIR}/etc/udev/rules.d/64-device-mapper.rules 110 install -m ${RULESMODE} 65-dm-raid.rules ${DESTDIR}/etc/udev/rules.d/65-dm-raid.rules 107 111 108 112 install-network: install-helper-functions install-network-update … … 127 131 .PHONY: all install device_dirs device_links rules scripts boot mknod_devices \ 128 132 help install-helper-functions install-network install-network-update \ 129 install-netboot rules-netboot 133 install-netboot rules-netboot install-dm install-device-mapper \ 134 install-sound
Note:
See TracChangeset
for help on using the changeset viewer.