mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-29 17:28:54 +00:00
do two make passes to avoid concurrency errors in lvm2 (issue #175)
This commit is contained in:
parent
740f197487
commit
132d26de05
@ -37,6 +37,12 @@ lvm2_target := \
|
|||||||
$(CROSS_TOOLS) \
|
$(CROSS_TOOLS) \
|
||||||
DESTDIR="$(INSTALL)" \
|
DESTDIR="$(INSTALL)" \
|
||||||
all \
|
all \
|
||||||
|
&& \
|
||||||
|
$(MAKE) \
|
||||||
|
-C "$(build)/$(lvm2_dir)" \
|
||||||
|
$(MAKE_JOBS) \
|
||||||
|
$(CROSS_TOOLS) \
|
||||||
|
DESTDIR="$(INSTALL)" \
|
||||||
install_device-mapper \
|
install_device-mapper \
|
||||||
|
|
||||||
lvm2_libraries := libdm/libdevmapper.so.1.02
|
lvm2_libraries := libdm/libdevmapper.so.1.02
|
||||||
|
Loading…
Reference in New Issue
Block a user