Changeset 7958
- Timestamp:
- 03/04/07 12:32:41 (1 year ago)
- Files:
-
- trunk/udev-config/ChangeLog (modified) (1 diff)
- trunk/udev-config/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/udev-config/ChangeLog
r7885 r7958 1 2007-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 1 5 2007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org> 2 6 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in trunk/udev-config/Makefile
r7832 r7958 19 19 20 20 # Figure out where to install the docs 21 UDEVINFO = udevinfo 22 UDEV_VERSION = $(shell $(UDEVINFO) -V 2>/dev/null | awk '{print $$NF}') 21 UDEV_VERSION = $(shell udevd --version) 23 22 DOC_DIR = $(PREFIX)/share/doc/udev-$(UDEV_VERSION) 24 23
