diff options
author | Damien George <damien.p.george@gmail.com> | 2020-01-24 11:51:21 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-01-24 11:51:21 +1100 |
commit | 96716b46e1c4945d3fe08d9ba91920ca28f9c986 (patch) | |
tree | 9943d77ea21047904a256a3da9c74257a059d086 /ports/unix/modos.c | |
parent | cb4472df42e6f34df2fe57f4f85786f6669171f7 (diff) | |
download | micropython-96716b46e1c4945d3fe08d9ba91920ca28f9c986.tar.gz micropython-96716b46e1c4945d3fe08d9ba91920ca28f9c986.zip |
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
When CFLAGS_EXTRA/LDFLAGS_EXTRA (or anything) is set on the command line of
a make invocation then it will completely override any setting or appending
of these variables in the makefile(s). This means builds like the coverage
variant will have their mpconfigvariant.mk settings overridden. Fix this
by using CFLAGS/LDFLAGS exclusively in the makefile(s), reserving the
CFLAGS_EXTRA/LDFLAGS_EXTRA variables for external command-line use only.
Diffstat (limited to 'ports/unix/modos.c')
0 files changed, 0 insertions, 0 deletions