Merge "Remove spaces in tidy check list." am: e7bca12466
am: 34c8c0ac33
am: 2be0f9bdbc
Change-Id: I69def6f5751b0192c0fc5785633cdfce13c32a21
This commit is contained in:
commit
13fa5670de
1 changed files with 2 additions and 0 deletions
|
@ -1635,6 +1635,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))
|
||||
|
|
Loading…
Reference in a new issue