make: export MIPS_ELF_ROOT in Makefile.buildtest subtargets
This commit is contained in:
parent
d09fd777fc
commit
64c12da8f5
@ -63,6 +63,7 @@ buildtest:
|
||||
WERROR=$${WERROR} \
|
||||
LTO=$${LTO} \
|
||||
TOOLCHAIN=$${TOOLCHAIN} \
|
||||
MIPS_ELF_ROOT=$${MIPS_ELF_ROOT} \
|
||||
$(MAKE) -j$(NPROC) clean all 2>&1) ; \
|
||||
if [ "$${?}" = "0" ]; then \
|
||||
${COLOR_ECHO} "${COLOR_GREEN}success${COLOR_RESET}"; \
|
||||
@ -97,6 +98,7 @@ buildtest:
|
||||
BINDIRBASE=$${BINDIRBASE} \
|
||||
RIOTNOLINK=$${RIOTNOLINK} \
|
||||
RIOT_VERSION=$${RIOT_VERSION} \
|
||||
MIPS_ELF_ROOT=$${MIPS_ELF_ROOT} \
|
||||
$(MAKE) clean-intermediates 2>&1 >/dev/null || true; \
|
||||
done; \
|
||||
$${BUILDTESTOK}
|
||||
@ -133,6 +135,7 @@ info-buildsizes:
|
||||
RIOTCPU=$${RIOTCPU} \
|
||||
RIOTPKG=$${RIOTPKG} \
|
||||
BINDIRBASE=$${BINDIRBASE} \
|
||||
MIPS_ELF_ROOT=$${MIPS_ELF_ROOT} \
|
||||
$(MAKE) info-buildsize 2>/dev/null | tail -n-1 | cut -f-4)" "$${BOARD}"; \
|
||||
done;
|
||||
|
||||
@ -150,6 +153,7 @@ info-buildsizes-diff:
|
||||
RIOTCPU=$${RIOTCPU} \
|
||||
RIOTPKG=$${RIOTPKG} \
|
||||
BINDIRBASE=$${BINDIRBASE} \
|
||||
MIPS_ELF_ROOT=$${MIPS_ELF_ROOT} \
|
||||
$(MAKE) info-buildsize 2>/dev/null | tail -n-1 | cut -f-4; \
|
||||
done | \
|
||||
while read -a OLD && read -a NEW; do \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user