mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
tekui: 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:
parent
78cefe7e60
commit
c842b72e10
@ -56,11 +56,11 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define TEKUI_BUILD_CMDS
|
define TEKUI_BUILD_CMDS
|
||||||
$(MAKE) $(TEKUI_MAKE_OPTS) PREFIX="/usr" -C $(@D) all
|
$(TARGET_MAKE_ENV) $(MAKE) $(TEKUI_MAKE_OPTS) PREFIX="/usr" -C $(@D) all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define TEKUI_INSTALL_TARGET_CMDS
|
define TEKUI_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) $(TEKUI_MAKE_OPTS) PREFIX="$(TARGET_DIR)/usr" -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) $(TEKUI_MAKE_OPTS) PREFIX="$(TARGET_DIR)/usr" -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user