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-prev] [day] [month] [year] [list]
Message-ID: <20250519-impartial-puzzling-limpet-73dff9@bergen>
Date: Mon, 19 May 2025 21:35:20 +0200
From: Nicolas Schier <nicolas.schier@...ux.dev>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	Nathan Chancellor <nathan@...nel.org>,
	Nicolas Schier <nicolas.schier@...ux.dev>
Subject: Re: [PATCH] kbuild: move kbuild syntax processing to
 scripts/Makefile.build

On Wed, May 14, 2025 at 02:46:33PM +0900, Masahiro Yamada wrote:
> scripts/Makefile.lib is included by the following Makefiles:
> 
>   scripts/Makefile.build
>   scripts/Makefile.modfinal
>   scripts/Makefile.package
>   scripts/Makefile.vmlinux
>   scripts/Makefile.vmlinux_o
> 
> However, the last four do not need to process Kbuild syntax such as
> obj-*, lib-*, subdir-*, etc.
> 
> Move the relevant code to scripts/Makefile.build.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
> 
>  scripts/Makefile.build | 84 ++++++++++++++++++++++++++++++++++++++++++
>  scripts/Makefile.lib   | 84 ------------------------------------------
>  2 files changed, 84 insertions(+), 84 deletions(-)
> 

Reviewed-by: Nicolas Schier <nicolas.schier@...ux.dev>

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ