mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +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) \
|
||||
DESTDIR="$(INSTALL)" \
|
||||
all \
|
||||
&& \
|
||||
$(MAKE) \
|
||||
-C "$(build)/$(lvm2_dir)" \
|
||||
$(MAKE_JOBS) \
|
||||
$(CROSS_TOOLS) \
|
||||
DESTDIR="$(INSTALL)" \
|
||||
install_device-mapper \
|
||||
|
||||
lvm2_libraries := libdm/libdevmapper.so.1.02
|
||||
|
Loading…
Reference in New Issue
Block a user