|
Message-ID: <202005091914.4B8CACB91@keescook> Date: Sat, 9 May 2020 19:14:11 -0700 From: Kees Cook <keescook@...omium.org> To: Masahiro Yamada <masahiroy@...nel.org> Cc: Emese Revfy <re.emese@...il.com>, kernel-hardening@...ts.openwall.com, linux-kernel@...r.kernel.org Subject: Re: [PATCH] gcc-plugins: remove always false $(if ...) in Makefile On Sun, May 10, 2020 at 11:00:44AM +0900, Masahiro Yamada wrote: > This is the remnant of commit c17d6179ad5a ("gcc-plugins: remove unused > GCC_PLUGIN_SUBDIR"). > > $(if $(findstring /,$(p)),...) is always false because none of plugins > contains '/' in the file name. > > Clean up the code. > > Signed-off-by: Masahiro Yamada <masahiroy@...nel.org> Reviewed-by: Kees Cook <keescook@...omium.org> -- Kees Cook
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.