From: Brian Masney <[email protected]>

Upstream Status: RHEL only

The dist-full-help target shows the target dist-cross-<arch>-rpm,
however it's really dist-cross-<arch>-rpms. Let's go ahead and correct
the help text.

Signed-off-by: Brian Masney <[email protected]>
---
 redhat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redhat/Makefile b/redhat/Makefile
index 1465469cab95..1324ae7f2d7e 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -431,7 +431,7 @@ dist-full-help:
                $$(sed -n 's/.*--target \([^ ]*\).*/\1/p' Makefile.cross | sort 
-u)
        @echo  '  dist-cross-all-rpms     - [x86_64 only] execute rpm builds 
for all supported'
        @echo  '                            archs using RHEL cross compiler.'
-       @echo  '  dist-cross-<arch>-rpm   - [x86_64 only] execute rpm builds 
for specified'
+       @echo  '  dist-cross-<arch>-rpms  - [x86_64 only] execute rpm builds 
for specified'
        @echo  '                            <arch> using RHEL cross compiler.'
        @echo  '                            See dist-cross-<arch>-build for the 
supported archs.'
 
-- 
2.26.2
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to