mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
netplug: 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
a819d69f59
commit
15c229ea42
@ -11,11 +11,11 @@ NETPLUG_LICENSE = GPLv2
|
|||||||
NETPLUG_LICENSE_FILES = COPYING
|
NETPLUG_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
define NETPLUG_BUILD_CMDS
|
define NETPLUG_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define NETPLUG_INSTALL_TARGET_CMDS
|
define NETPLUG_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define NETPLUG_INSTALL_INIT_SYSV
|
define NETPLUG_INSTALL_INIT_SYSV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user