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]
Date:   Sun, 1 Mar 2020 10:03:28 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     SZ Lin (林上智) <sz.lin@...a.com>
Cc:     Michal Marek <michal.lkml@...kovi.net>,
        Kaiden PK Yu <KaidenPK.Yu@...a.com>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: Fix inconsistent comment

On Sun, Mar 1, 2020 at 1:10 AM SZ Lin (林上智) <sz.lin@...a.com> wrote:
>
> The commit 2042b5486bd3 ("kbuild: unset variables in top Makefile
> instead of setting 0") renamed the variable from "config-targets"
> to "config-build", the comment should be consistent accordingly.
>
> Signed-off-by: Kaiden PK Yu (余泊鎧) <KaidenPK.Yu@...a.com>
> Signed-off-by: SZ Lin (林上智) <sz.lin@...a.com>
> ---


Applied to linux-kbuild.
Thanks.



>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 90ee2a22e88b..01ac935f28bd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1805,7 +1805,7 @@ existing-targets := $(wildcard $(sort $(targets)))
>
>  -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
>
> -endif # config-targets
> +endif # config-build
>  endif # mixed-build
>  endif # need-sub-make
>
> --
> 2.25.1
>


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ