[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATZOhGAF0d5fvwHb4ATYYdtkmZNjtSMvcM+bv8CsPWfhw@mail.gmail.com>
Date: Thu, 11 Apr 2019 23:24:17 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <michal.lkml@...kovi.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: remove unneeded dependency for include/config/kernel.release
On Sun, Apr 7, 2019 at 7:03 PM Masahiro Yamada
<yamada.masahiro@...ionext.com> wrote:
>
> This is unneeded since commit 43fee2b23895 ("kbuild: do not redirect
> the first prerequisite for filechk").
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
Applied to linux-kbuild.
> ---
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 895022b..10643c3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1067,7 +1067,7 @@ filechk_kernel.release = \
> echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
>
> # Store (new) KERNELRELEASE string in include/config/kernel.release
> -include/config/kernel.release: $(srctree)/Makefile FORCE
> +include/config/kernel.release: FORCE
> $(call filechk,kernel.release)
>
> # Additional helpers built in scripts/
> --
> 2.7.4
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists