mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
dist/tools/buildsystem_sanity_check: check no FLASHER/FFLAGS exports
Add sanity check for removed exports.
This commit is contained in:
parent
ac113ca2f8
commit
95c07c507c
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -50,6 +50,7 @@ check_not_parsing_features() {
|
||||
UNEXPORTED_VARIABLES=()
|
||||
UNEXPORTED_VARIABLES+=('FLASHFILE')
|
||||
UNEXPORTED_VARIABLES+=('TERMPROG' 'TERMFLAGS')
|
||||
UNEXPORTED_VARIABLES+=('FLASHER' 'FFLAGS')
|
||||
|
||||
EXPORTED_VARIABLES_ONLY_IN_VARS=()
|
||||
check_not_exporting_variables() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user