Merge "Fix TWS requirement in definitions.mk"

This commit is contained in:
Anton Hansson
2018-10-03 15:41:22 +00:00
committed by Gerrit Code Review

View File

@@ -3234,7 +3234,7 @@ endif
## ##
## $(1): path to validate ## $(1): path to validate
define try-validate-path-is-subdir define try-validate-path-is-subdir
$(strip $(strip \
$(if $(filter /%,$(1)), $(if $(filter /%,$(1)),
$(1) starts with a slash $(1) starts with a slash
) )