1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix install_device-mapper Makefile target to not build dmeventd plugins.

This commit is contained in:
Milan Broz 2009-11-13 12:48:01 +00:00
parent 584d1fb7d1
commit f145ddc9e7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.40 -
===================================
Fix install_device-mapper Makefile target to not build dmeventd plugins.
Support udev flags even when udev_sync is disabled or not compiled in.
Remove 'last_rule' from udev rules: honor ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}.
Add dmsetup --inactive support.

View File

@ -103,7 +103,7 @@ install_dmeventd: $(INSTALL_DMEVENTD_TARGETS)
install: install_include install_lib install_dmeventd
install_device-mapper: install
install_device-mapper: install_include install_lib install_dmeventd
.PHONY: distclean_lib distclean