[Buildroot] [PATCH 83/93] ezxml: use $(TARGET_MAKE_ENV) when calling $(MAKE)

Arnout Vandecappelle arnout at mind.be
Tue Oct 18 20:16:45 UTC 2016



On 17-10-16 18:07, gustavo.zacarias at free-electrons.com wrote:
> From: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
> 
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
> ---
>  package/ezxml/ezxml.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/ezxml/ezxml.mk b/package/ezxml/ezxml.mk
> index 7693466..e2b288b 100644
> --- a/package/ezxml/ezxml.mk
> +++ b/package/ezxml/ezxml.mk
> @@ -11,7 +11,7 @@ EZXML_LICENSE = MIT
>  EZXML_LICENSE_FILES = license.txt
>  
>  define EZXML_BUILD_CMDS
> -	$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" AR=$(TARGET_AR) \
> +	$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" AR=$(TARGET_AR) \
>  	-f GNUmakefile -C $(@D)

 Again, line too long. It would look better with the assignments on the second
line and -C $(@D) -f GNUmakefile on the first line.

 Regards,
 Arnout

>  endef
>  
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list