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: <CAK7LNARPe-R5xkXRWBPW7aMpsQzc4BCyKLJmJ==aKy+_JDKkUg@mail.gmail.com>
Date: Mon, 7 Oct 2024 02:34:09 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Xu Yang <xu.yang_2@....com>
Cc: robh@...nel.org, krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org, 
	nathan@...nel.org, nicolas@...sle.eu, devicetree@...r.kernel.org, 
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org, 
	imx@...ts.linux.dev
Subject: Re: [PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas

On Wed, Sep 25, 2024 at 2:31 PM Xu Yang <xu.yang_2@....com> wrote:
>
> If we follow "make help" to "make dt_binding_schema", we will see
> below error:
>
> $ make dt_binding_schema
> make[1]: *** No rule to make target 'dt_binding_schema'.  Stop.
> make: *** [Makefile:224: __sub-make] Error 2
>
> It should be a typo. So this will fix it.
>
> Fixes: 604a57ba9781 ("dt-bindings: kbuild: Add separate target/dependency for processed-schema.json")
> Cc: stable@...r.kernel.org
> Signed-off-by: Xu Yang <xu.yang_2@....com>


Applied to linux-kbuild. Thanks.

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 265dd990a9b6..7aa71c70305e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1645,7 +1645,7 @@ help:
>                 echo '* dtbs               - Build device tree blobs for enabled boards'; \
>                 echo '  dtbs_install       - Install dtbs to $(INSTALL_DTBS_PATH)'; \
>                 echo '  dt_binding_check   - Validate device tree binding documents and examples'; \
> -               echo '  dt_binding_schema  - Build processed device tree binding schemas'; \
> +               echo '  dt_binding_schemas - Build processed device tree binding schemas'; \
>                 echo '  dtbs_check         - Validate device tree source files';\
>                 echo '')
>
> --
> 2.34.1
>


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ