mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
Revert "REMOVE ME TEST COMMIT"
This reverts commit c7b16bb4b465cda537199c25059c82e776c0b928.
This commit is contained in:
parent
5db31af7a7
commit
be1551c180
4
dist/tools/buildsystem_sanity_check/check.sh
vendored
4
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -46,7 +46,6 @@ check_not_parsing_features() {
|
||||
patterns+=(-e 'if.*filter.*FEATURES_PROVIDED')
|
||||
patterns+=(-e 'if.*filter.*FEATURES_REQUIRED')
|
||||
patterns+=(-e 'if.*filter.*FEATURES_OPTIONAL')
|
||||
patterns+=(-e 'if.*filter.*FEATURES_USED') # Not a real one, it is just to show the error
|
||||
|
||||
# Pathspec with exclude should start by an inclusive pathspec in git 2.7.4
|
||||
pathspec+=('*')
|
||||
@ -79,11 +78,8 @@ UNEXPORTED_VARIABLES+=('DEBUG_ADAPTER' 'DEBUG_ADAPTER_ID')
|
||||
UNEXPORTED_VARIABLES+=('PROGRAMMER_SERIAL')
|
||||
UNEXPORTED_VARIABLES+=('STLINK_VERSION')
|
||||
UNEXPORTED_VARIABLES+=('PORT_LINUX' 'PORT_DARWIN')
|
||||
UNEXPORTED_VARIABLES+=('APPDEPS')
|
||||
|
||||
|
||||
EXPORTED_VARIABLES_ONLY_IN_VARS=()
|
||||
EXPORTED_VARIABLES_ONLY_IN_VARS+=('CC')
|
||||
check_not_exporting_variables() {
|
||||
local patterns=()
|
||||
local pathspec=()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user