mbox series

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

Message ID 20211105035959.93748-1-masahiroy@kernel.org (mailing list archive)
Headers show
Series certs: various cleanups of certs/Makefile | expand

Message

Masahiro Yamada Nov. 5, 2021, 3:59 a.m. UTC
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

Comments

Masahiro Yamada Dec. 11, 2021, 6:42 p.m. UTC | #1
On Fri, Nov 5, 2021 at 1:00 PM Masahiro Yamada <masahiroy@kernel.org> 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.