mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.docker: reverse filter arguments for MAKECMDGOALS
This commit is contained in:
parent
03d380845e
commit
8145547659
@ -8,7 +8,7 @@ export DOCKER_MAKECMDGOALS_POSSIBLE = \
|
||||
scan-build \
|
||||
scan-build-analyze \
|
||||
#
|
||||
export DOCKER_MAKECMDGOALS = $(filter $(MAKECMDGOALS),$(DOCKER_MAKECMDGOALS_POSSIBLE))
|
||||
export DOCKER_MAKECMDGOALS = $(filter $(DOCKER_MAKECMDGOALS_POSSIBLE),$(MAKECMDGOALS))
|
||||
|
||||
# Docker creates the files .dockerinit and .dockerenv in the root directory of
|
||||
# the container, we check for the files to determine if we are inside a container.
|
||||
|
Loading…
Reference in New Issue
Block a user