mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
lzip: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d2aa98b1de
commit
00a44f8957
@ -20,7 +20,7 @@ define HOST_LZIP_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LZIP_BUILD_CMDS
|
define LZIP_BUILD_CMDS
|
||||||
$(MAKE) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_LZIP_BUILD_CMDS
|
define HOST_LZIP_BUILD_CMDS
|
||||||
@ -28,7 +28,7 @@ define HOST_LZIP_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LZIP_INSTALL_TARGET_CMDS
|
define LZIP_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_LZIP_INSTALL_CMDS
|
define HOST_LZIP_INSTALL_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user