Merge "Remove spaces in tidy check list."

This commit is contained in:
Treehugger Robot 2016-08-17 00:44:50 +00:00 committed by Gerrit Code Review
commit e7bca12466
1 changed files with 2 additions and 0 deletions

View File

@ -1601,6 +1601,8 @@ ifneq (,$(filter 1 true,$(my_tidy_enabled)))
endif
endif
my_tidy_checks := $(subst $(space),,$(my_tidy_checks))
# Move -l* entries from ldflags to ldlibs, and everything else to ldflags
my_ldlib_flags := $(my_ldflags) $(my_ldlibs)
my_ldlibs := $(filter -l%,$(my_ldlib_flags))