mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Fix install_device-mapper Makefile target to not build dmeventd plugins.
This commit is contained in:
parent
584d1fb7d1
commit
f145ddc9e7
@ -1,5 +1,6 @@
|
|||||||
Version 1.02.40 -
|
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.
|
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}.
|
Remove 'last_rule' from udev rules: honor ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}.
|
||||||
Add dmsetup --inactive support.
|
Add dmsetup --inactive support.
|
||||||
|
@ -103,7 +103,7 @@ install_dmeventd: $(INSTALL_DMEVENTD_TARGETS)
|
|||||||
|
|
||||||
install: install_include install_lib install_dmeventd
|
install: install_include install_lib install_dmeventd
|
||||||
|
|
||||||
install_device-mapper: install
|
install_device-mapper: install_include install_lib install_dmeventd
|
||||||
|
|
||||||
.PHONY: distclean_lib distclean
|
.PHONY: distclean_lib distclean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user