RIOT/makefiles
Gaëtan Harter be75f734d1
makefiles/vars.inc.mk: do not export LINKFLAGS
It is only used by `Makefile.include` and should not be used by sub-make
instances.

This is required to prevent evaluating `LINKFLAGS` when not needed and a
required step to not evaluate it on the host with for example `avr-ld`
when building in docker.

I checked usage with:

    git grep -e '(LINKFLAGS)' -e '{LINKFLAGS}'

Packages may be using it but `LINKFLAGS` is a RIOT way of naming
things and even if `generate-xcompile-toolchain` uses `LINK` it does not
use `LINKFLAGS`.
2019-01-23 18:31:24 +01:00
..
2019-01-21 17:04:20 +01:00
2018-06-28 14:05:33 +02:00
2019-01-02 17:56:11 +01:00
2017-11-06 12:01:01 +01:00
2019-01-07 21:16:36 +01:00