Re: [PATCH 0/5] certs: various cleanups of certs/Makefile

From: Masahiro Yamada
Date: Sat Dec 11 2021 - 13:44:00 EST


On Fri, Nov 5, 2021 at 1:00 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
>
>
>
> Masahiro Yamada (5):
> certs: remove meaningless $(error ...) in certs/Makefile
> certs: check-in the default x509 config file
> certs: remove noisy messages while generating the signing key
> certs: use 'cmd' to hide openssl output in silent builds more simply
> certs: use if_changed to re-generate the key when the key type is
> changed
>
> certs/Makefile | 74 ++++++++-------------------------------
> certs/default_x509.genkey | 17 +++++++++
> 2 files changed, 32 insertions(+), 59 deletions(-)
> create mode 100644 certs/default_x509.genkey
>
> --
> 2.30.2
>

Applied to linux-kbuild because this series is a prerequisite
of the next kbuild work.


--
Best Regards
Masahiro Yamada