Changeset 7958

Show
Ignore:
Timestamp:
03/04/07 12:32:41 (1 year ago)
Author:
matthew
Message:

Used udevd instead of udevinfo to get the installed version of Udev.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/udev-config/ChangeLog

    r7885 r7958  
     12007-03-04      Matthew Burgess <matthew@linuxfromscratch.org> 
     2        * Makefile: Use `udevd --version' to work out what version of Udev is 
     3          installed (requires Udev >= 106) 
     4 
    152007-01-02      Bryan Kadzban   <bryan@linuxfromscratch.org> 
    26        * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in 
  • trunk/udev-config/Makefile

    r7832 r7958  
    1919 
    2020# Figure out where to install the docs 
    21 UDEVINFO = udevinfo 
    22 UDEV_VERSION = $(shell $(UDEVINFO) -V 2>/dev/null | awk '{print $$NF}') 
     21UDEV_VERSION = $(shell udevd --version) 
    2322DOC_DIR = $(PREFIX)/share/doc/udev-$(UDEV_VERSION) 
    2423