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:
parent
f483988ae9
commit
e83966c80f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user