mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-06 00:58:48 +03:00
Do not use generic install if running install_device-mapper.
It propagates into subdirs which includes DSOs which requires lvm2 build (only install_device-mapper should propagate there).
This commit is contained in:
parent
aa1bcec8d2
commit
be82186cba
@ -63,7 +63,7 @@ endif
|
|||||||
|
|
||||||
install: $(INSTALL_TYPE) install_include install_dmeventd
|
install: $(INSTALL_TYPE) install_include install_dmeventd
|
||||||
|
|
||||||
install_device-mapper: install
|
install_device-mapper: $(INSTALL_TYPE) install_include install_dmeventd
|
||||||
|
|
||||||
install_include:
|
install_include:
|
||||||
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.h \
|
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user