Changeset bda8cfb for udev/Makefile


Ignore:
Timestamp:
Aug 31, 2006, 9:18:26 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:
d49afdb
Parents:
664631f
Message:

r5455@server: jim | 2006-08-31 09:17:48 -0700
Updated for Udev 098

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    r664631f rbda8cfb  
    8383        @echo "---------------------------------------------------------------------------------------"
    8484        @echo "make install                     install udev rules package and helper scripts"
     85        @echo "make install-device-mapper       install device-mapper rules"
    8586        @echo "make install-netboot             install udev rules package for netboot"
    8687        @echo "make install-network             install network helper package"
     
    9596        install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper
    9697       
     98install-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
    97103install-network: install-helper-functions install-network-update
    98104        install -d ${DESTDIR}/etc/udev/rules.d/
Note: See TracChangeset for help on using the changeset viewer.