Changeset bcbd90b


Ignore:
Timestamp:
Feb 21, 2006, 2:07:06 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
90451ca
Parents:
27178ae
Message:

r1042@server (orig r1040): jim | 2006-01-11 22:21:05 -0800

r1348@server: jim | 2006-01-11 22:20:45 -0800
Updates to Makefile


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    r27178ae rbcbd90b  
    8181
    8282install-helper-functions:
     83        install -d ${DESTDIR}/lib/udev
     84        install -d ${DESTDIR}/etc/sysconfig
    8385        install -m 644 contrib/common/helper.functions ${DESTDIR}/lib/udev/helper.functions
    8486        install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper
    8587       
    8688install-network: install-helper-functions install-network-update
     89        install -d ${DESTDIR}/etc/udev/rules.d/
    8790        @echo "Adding rules to ${DESTDIR}/etc/udev/rules.d/35-helper.rules."
    8891        @cp ${DESTDIR}/etc/udev/rules.d/35-helper.rules /tmp/first
    8992        @cat /tmp/first contrib/network/rules > ${DESTDIR}/etc/udev/rules.d/35-helper.rules 2>&1
    90         @rm ${DESTDIR}/etc/rc.d/rc2.d/K80network
    91         @rm ${DESTDIR}/etc/rc.d/rc{3,4,5}.d/S20network
     93        @rm -f ${DESTDIR}/etc/rc.d/rc2.d/K80network
     94        @rm -f ${DESTDIR}/etc/rc.d/rc{3,4,5}.d/S20network
    9295
    9396install-network-update:
     97        install -d ${DESTDIR}/lib/udev
     98        install -d ${DESTDIR}/etc/rc.d/init.d
    9499        install -m ${SCRIPTMODE} contrib/network/network_helper.sh ${DESTDIR}/lib/udev/network_helper.sh
    95100        install -m ${INITMODE} contrib/network/network ${DESTDIR}/etc/rc.d/init.d/network
Note: See TracChangeset for help on using the changeset viewer.