[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZxjqN/SlnwM/jDPe@reserved-66-92-248.nay.redhat.com>
Date: Wed, 23 Oct 2024 20:21:11 +0800
From: Baoquan He <bhe@...hat.com>
To: Liad Peretz <liad.per@...il.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
hbathini@...ux.ibm.com, yang.lee@...ux.alibaba.com,
david@...hat.com
Subject: Re: [PATCH] Makefile: Remove unused filechk_cat
On 10/23/24 at 10:06am, Liad Peretz wrote:
> Signed-off-by: Liad Peretz <liad.per@...il.com>
> ---
> kernel/Makefile | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/kernel/Makefile b/kernel/Makefile
> index 87866b037fbe..ca2dfa4343f0 100644
> --- a/kernel/Makefile
> +++ b/kernel/Makefile
> @@ -146,8 +146,6 @@ targets += config_data config_data.gz
> $(obj)/config_data.gz: $(obj)/config_data FORCE
> $(call if_changed,gzip)
>
> -filechk_cat = cat $<
> -
Seems true with 'git grep'.
Reviewed-by: Baoquan He <bhe@...hat.com>
> $(obj)/config_data: $(KCONFIG_CONFIG) FORCE
> $(call filechk,cat)
>
> --
> 2.39.0
>
Powered by blists - more mailing lists