lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241023070611.67449-1-liad.per@gmail.com>
Date: Wed, 23 Oct 2024 10:06:11 +0300
From: Liad Peretz <liad.per@...il.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org,
	bhe@...hat.com,
	hbathini@...ux.ibm.com,
	yang.lee@...ux.alibaba.com,
	david@...hat.com,
	liad.per@...il.com
Subject: [PATCH] Makefile: Remove unused filechk_cat

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 $<
-
 $(obj)/config_data: $(KCONFIG_CONFIG) FORCE
 	$(call filechk,cat)
 
-- 
2.39.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ