mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
tvheadend: 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
25e808f06a
commit
f1b52dad26
@ -88,11 +88,11 @@ define TVHEADEND_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define TVHEADEND_BUILD_CMDS
|
define TVHEADEND_BUILD_CMDS
|
||||||
$(MAKE) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define TVHEADEND_INSTALL_TARGET_CMDS
|
define TVHEADEND_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Remove documentation and source files that are not needed because we
|
# Remove documentation and source files that are not needed because we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user