Changeset 95756c0 for udev/Makefile


Ignore:
Timestamp:
May 24, 2007, 10:28:56 AM (17 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:
850f2ea6
Parents:
2b92d03
Message:

Updates with Upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/Makefile

    r2b92d03 r95756c0  
    8686        @echo "make install                     install udev rules package and helper scripts"
    8787        @echo "make install-device-mapper       install device-mapper rules"
     88        @echo "make install-dm                  install dm rules"
    8889        @echo "make install-netboot             install udev rules package for netboot"
    8990        @echo "make install-network             install network helper package"
     
    101102        install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper
    102103       
     104install-dm: install-device-mapper
     105
    103106install-device-mapper:
    104107        install -d ${DESTDIR}/${LIBDIR}/udev
    105108        install -d ${DESTDIR}/etc/rc.d/init.d
    106109        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
    107111
    108112install-network: install-helper-functions install-network-update
     
    127131.PHONY: all install device_dirs device_links rules scripts boot mknod_devices \
    128132        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.