1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools
Gaëtan Harter 7306dbd382
boards/tools: remove exporting DEBUG*
DEBUGGER/DEBUGGER_FLAGS/DEBUGSERVER/DEBUGSERVER_FLAGS are evaluated by the
main Makefile.include or by file included by it.
Their value does not need to be exported.

Testing
-------

`git diff --word-diff` only reports `export` being removed.

`git show --stat` reports `55 insertions(+), 55 deletions(-)`
Which is the same amount as lines that where matching
`export[[:blank::]]\+VARIABLE`.
2019-05-28 09:58:35 +02:00
..
openocd-adapters boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
avrdude.inc.mk board: add support for arduino-leonardo 2019-05-24 15:12:47 +02:00
bossa.inc.mk boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00
dfu.inc.mk makefiles/tools/dfu: add initial DFU programming support 2019-02-28 13:57:12 +01:00
edbg.inc.mk makefiles/edbg.inc.mk: use FLASHFILE 2019-03-26 13:35:04 +01:00
gdb.inc.mk makefiles/tools: Automatically detect gdb-multiarch 2019-03-05 14:31:22 +01:00
jlink.inc.mk boards/tools: remove exporting DEBUG* 2019-05-28 09:58:35 +02:00
openocd.inc.mk boards/tools: remove exporting DEBUG* 2019-05-28 09:58:35 +02:00
pyocd.inc.mk boards/tools: remove exporting DEBUG* 2019-05-28 09:58:35 +02:00
renode.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
serial.inc.mk serial.inc.mk: disable local echo in picocom. 2019-02-25 18:08:20 +01:00
targets.inc.mk makefiles/tools: add Makefile dependency to EDBG 2018-07-10 15:20:14 +02:00
uniflash.inc.mk boards/tools: remove exporting DEBUG* 2019-05-28 09:58:35 +02:00