Changeset babac9c
- Timestamp:
- Feb 21, 2006, 2:24:22 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:
- 595d63a
- Parents:
- 953b2eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r953b2eb rbabac9c 8 8 9 9 install: device_dirs device_links rules scripts boot mknod_devices 10 11 install-netboot: device_dirs device_links rules-netboot mknod_devices 10 12 11 13 rules: … … 19 21 install -m ${RULESMODE} 90-user.rules ${DESTDIR}/etc/udev/rules.d/90-user.rules 20 22 install -m ${RULESMODE} 95-debug.rules ${DESTDIR}/etc/udev/rules.d/95-debug.rules 23 24 rules-netboot: 25 install -d ${DESTDIR}/etc/udev/rules.d 26 install -m ${RULESMODE} 05-udev-early.rules ${DESTDIR}/etc/udev/rules.d/05-udev-early.rules 27 install -m ${RULESMODE} 50-udev.rules ${DESTDIR}/etc/udev/rules.d/50-udev.rules 21 28 22 29 scripts: … … 77 84 @echo "---------------------------------------------------------------------------------------" 78 85 @echo "make install install udev rules package and helper scripts" 86 @echo "make install-netboot install udev rules package for netboot" 79 87 @echo "make install-network install network helper package" 80 88 @echo "make install-network-upgrade upgrades current network helper package" … … 102 110 103 111 .PHONY: all install device_dirs device_links rules scripts boot mknod_devices \ 104 help install-helper-functions install-network install-network-update 112 help install-helper-functions install-network install-network-update \ 113 install-netboot rules-netboot
Note:
See TracChangeset
for help on using the changeset viewer.