Changeset bcbd90b for udev/Makefile
- Timestamp:
- Feb 21, 2006, 2:07:06 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:
- 90451ca
- Parents:
- 27178ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r27178ae rbcbd90b 81 81 82 82 install-helper-functions: 83 install -d ${DESTDIR}/lib/udev 84 install -d ${DESTDIR}/etc/sysconfig 83 85 install -m 644 contrib/common/helper.functions ${DESTDIR}/lib/udev/helper.functions 84 86 install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper 85 87 86 88 install-network: install-helper-functions install-network-update 89 install -d ${DESTDIR}/etc/udev/rules.d/ 87 90 @echo "Adding rules to ${DESTDIR}/etc/udev/rules.d/35-helper.rules." 88 91 @cp ${DESTDIR}/etc/udev/rules.d/35-helper.rules /tmp/first 89 92 @cat /tmp/first contrib/network/rules > ${DESTDIR}/etc/udev/rules.d/35-helper.rules 2>&1 90 @rm ${DESTDIR}/etc/rc.d/rc2.d/K80network91 @rm ${DESTDIR}/etc/rc.d/rc{3,4,5}.d/S20network93 @rm -f ${DESTDIR}/etc/rc.d/rc2.d/K80network 94 @rm -f ${DESTDIR}/etc/rc.d/rc{3,4,5}.d/S20network 92 95 93 96 install-network-update: 97 install -d ${DESTDIR}/lib/udev 98 install -d ${DESTDIR}/etc/rc.d/init.d 94 99 install -m ${SCRIPTMODE} contrib/network/network_helper.sh ${DESTDIR}/lib/udev/network_helper.sh 95 100 install -m ${INITMODE} contrib/network/network ${DESTDIR}/etc/rc.d/init.d/network
Note:
See TracChangeset
for help on using the changeset viewer.