Skip to content

Commit 13f4c81

Browse files
author
Joakim Gebart
committed
Makefile.docker: Sort environment variable names
1 parent 13753cc commit 13f4c81

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Makefile.docker

+20-20
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,38 @@ export DOCKER_MAKECMDGOALS ?= all
2424
# Docker container, they will only be passed if they are set from the
2525
# environment, not if they are only default Makefile values.
2626
export DOCKER_ENV_VARS = \
27-
BINDIRBASE \
28-
BOARD \
29-
QUIET \
30-
RIOT_VERSION \
3127
APPDIR \
28+
AR \
29+
ARFLAGS \
30+
AS \
31+
ASFLAGS \
3232
BINDIR \
33+
BINDIRBASE \
34+
BOARD \
3335
BUILDRELPATH \
34-
ELFFILE \
35-
HEXFILE \
36-
LINKFLAGPREFIX \
37-
CPPMIX \
38-
PREFIX \
36+
BUILDTEST_MCU_GROUP \
37+
BUILDTEST_VERBOSE \
3938
CC \
40-
CXX \
4139
CFLAGS \
42-
CXXUWFLAGS \
40+
CPPMIX \
41+
CXX \
4342
CXXEXFLAGS \
44-
AR \
45-
ARFLAGS \
46-
AS \
47-
ASFLAGS \
43+
CXXUWFLAGS \
44+
ELFFILE \
45+
HEXFILE \
4846
LINK \
47+
LINKFLAGPREFIX \
4948
LINKFLAGS \
5049
OBJCOPY \
5150
OFLAGS \
51+
PREFIX \
52+
QUIET \
53+
RIOT_VERSION \
54+
SCANBUILD_ARGS \
55+
SCANBUILD_OUTPUTDIR \
5256
SIZE \
53-
UNDEF \
54-
BUILDTEST_MCU_GROUP \
55-
BUILDTEST_VERBOSE \
5657
TOOLCHAIN \
57-
SCANBUILD_OUTPUTDIR \
58-
SCANBUILD_ARGS \
58+
UNDEF \
5959
#
6060

6161
# Find which variables were set using the command line or the environment and

0 commit comments

Comments
 (0)