2022-12-27 09:53:32

by Jun ASAKA

[permalink] [raw]
Subject: [PATCH] kbuild: add a missing line for help message

The help message line for building the source RPM package was missing.
Added it.

Signed-off-by: Jun ASAKA <[email protected]>
---
scripts/Makefile.package | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/Makefile.package b/scripts/Makefile.package
index 539e9f765d64..525a2820976f 100644
--- a/scripts/Makefile.package
+++ b/scripts/Makefile.package
@@ -158,6 +158,7 @@ $(perf-tar-pkgs):
PHONY += help
help:
@echo ' rpm-pkg - Build both source and binary RPM kernel packages'
+ @echo ' srcrpm-pkg - Build only the source kernel RPM package'
@echo ' binrpm-pkg - Build only the binary kernel RPM package'
@echo ' deb-pkg - Build both source and binary deb kernel packages'
@echo ' bindeb-pkg - Build only the binary kernel deb package'
--
2.31.1


2022-12-27 17:44:09

by Nathan Chancellor

[permalink] [raw]
Subject: Re: [PATCH] kbuild: add a missing line for help message

On Tue, Dec 27, 2022 at 05:21:57PM +0800, Jun ASAKA wrote:
> The help message line for building the source RPM package was missing.
> Added it.
>
> Signed-off-by: Jun ASAKA <[email protected]>

Thank you for the patch!

Reviewed-by: Nathan Chancellor <[email protected]>

> ---
> scripts/Makefile.package | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/Makefile.package b/scripts/Makefile.package
> index 539e9f765d64..525a2820976f 100644
> --- a/scripts/Makefile.package
> +++ b/scripts/Makefile.package
> @@ -158,6 +158,7 @@ $(perf-tar-pkgs):
> PHONY += help
> help:
> @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
> + @echo ' srcrpm-pkg - Build only the source kernel RPM package'
> @echo ' binrpm-pkg - Build only the binary kernel RPM package'
> @echo ' deb-pkg - Build both source and binary deb kernel packages'
> @echo ' bindeb-pkg - Build only the binary kernel deb package'
> --
> 2.31.1
>

2022-12-29 02:52:23

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] kbuild: add a missing line for help message

On Tue, Dec 27, 2022 at 6:22 PM Jun ASAKA <[email protected]> wrote:
>
> The help message line for building the source RPM package was missing.
> Added it.
>
> Signed-off-by: Jun ASAKA <[email protected]>


Applied to linux-kbuild/fixes. Thanks.


> ---
> scripts/Makefile.package | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/Makefile.package b/scripts/Makefile.package
> index 539e9f765d64..525a2820976f 100644
> --- a/scripts/Makefile.package
> +++ b/scripts/Makefile.package
> @@ -158,6 +158,7 @@ $(perf-tar-pkgs):
> PHONY += help
> help:
> @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
> + @echo ' srcrpm-pkg - Build only the source kernel RPM package'
> @echo ' binrpm-pkg - Build only the binary kernel RPM package'
> @echo ' deb-pkg - Build both source and binary deb kernel packages'
> @echo ' bindeb-pkg - Build only the binary kernel deb package'
> --
> 2.31.1
>


--
Best Regards
Masahiro Yamada