mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
lsof: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
04a89b8fa7
commit
152e98ccab
@@ -47,7 +47,7 @@ define LSOF_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LSOF_BUILD_CMDS
|
define LSOF_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS)" -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS)" -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LSOF_INSTALL_TARGET_CMDS
|
define LSOF_INSTALL_TARGET_CMDS
|
||||||
|
|||||||
Reference in New Issue
Block a user