1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/docker.inc.mk: allow setting DOCKER_ENV_VARS from environment

This allows setting other variables that should be exported to the
docker build.

As for other variables, they must still be unmodified before parsing
`docker.inc.mk` to be exported.
This commit is contained in:
Gaëtan Harter 2019-08-19 16:46:22 +02:00
parent f483988ae9
commit e83966c80f
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -25,7 +25,7 @@ export DOCKER_MAKECMDGOALS ?= all
# List of all exported environment variables that shall be passed on to the
# Docker container, they will only be passed if they are set from the
# environment, not if they are only default Makefile values.
export DOCKER_ENV_VARS = \
export DOCKER_ENV_VARS += \
APPDIR \
AR \
ARFLAGS \