Re: [PATCH] gcc-plugins: remove always false $(if ...) in Makefile

From: Masahiro Yamada
Date: Tue May 12 2020 - 01:55:43 EST


On Sun, May 10, 2020 at 11:14 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> 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@xxxxxxxxxx>
>
> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
>


Applied to linux-kbuild.


--
Best Regards
Masahiro Yamada