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>] [day] [month] [year] [list]
Date:   Sat, 26 Feb 2022 14:03:22 +0800
From:   Yuntao Wang <ytcoode@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Jiri Olsa <jolsa@...nel.org>, Kees Cook <keescook@...omium.org>,
        Masahiro Yamada <masahiroy@...nel.org>,
        Yuntao Wang <ytcoode@...il.com>
Subject: [PATCH] tools build: Remove duplicate initialization

The subdir-y variable is initialized twice, remove the first one.

Signed-off-by: Yuntao Wang <ytcoode@...il.com>
---
 tools/build/Makefile.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
index 715092fc6a23..b151055de39a 100644
--- a/tools/build/Makefile.build
+++ b/tools/build/Makefile.build
@@ -42,7 +42,6 @@ include $(build-dir)/Build.include
 # Init all relevant variables used in build files so
 # 1) they have correct type
 # 2) they do not inherit any value from the environment
-subdir-y     :=
 obj-y        :=
 subdir-y     :=
 subdir-obj-y :=
-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ