From: Brian Masney <bmasney@xxxxxxxxxx> Upstream Status: RHEL only The rh-full-help target shows the target rh-cross-<arch>-rpm, however it's really rh-cross-<arch>-rpms. Let's go ahead and correct the help text. Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx> --- redhat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/Makefile b/redhat/Makefile index 0118e5b9e2e9..ddf1a0f1b9d8 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -422,7 +422,7 @@ rh-full-help: $$(sed -n 's/.*--target \([^ ]*\).*/\1/p' Makefile.cross | sort -u) @echo ' rh-cross-all-rpms - [x86_64 only] execute rpm builds for all supported' @echo ' archs using RHEL cross compiler.' - @echo ' rh-cross-<arch>-rpm - [x86_64 only] execute rpm builds for specified' + @echo ' rh-cross-<arch>-rpms - [x86_64 only] execute rpm builds for specified' @echo ' <arch> using RHEL cross compiler.' @echo ' See rh-cross-<arch>-build for the supported archs.' -- 2.26.2 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx