Skip to content

Commit

Permalink
Merge pull request #12209 from cladmi/pr/buildsystem_sanity_check/por…
Browse files Browse the repository at this point in the history
…t_not_exported

dist/tools/buildsystem_sanity_check: check no PORT exports
  • Loading branch information
jcarrano committed Sep 12, 2019
2 parents bf2aaa1 + 23d7439 commit 6570a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/tools/buildsystem_sanity_check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ UNEXPORTED_VARIABLES+=('DEBUG_ADAPTER' 'DEBUG_ADAPTER_ID')
UNEXPORTED_VARIABLES+=('PROGRAMMER_SERIAL')
UNEXPORTED_VARIABLES+=('STLINK_VERSION')
UNEXPORTED_VARIABLES+=('PORT_LINUX' 'PORT_DARWIN')
UNEXPORTED_VARIABLES+=('PORT[ ?=:]' 'PORT$')

EXPORTED_VARIABLES_ONLY_IN_VARS=()
check_not_exporting_variables() {
Expand Down

0 comments on commit 6570a9b

Please sign in to comment.