From: Eder Zulian <ezul...@redhat.com>

redhat/Makefile: Add help text for target dist-dump-variables

Add help text for the miscellaneous Makefile target
'dist-dump-variables'. The help text will be displayed under 'misc
targets' when running 'make dist-full-help'.

Signed-off-by: Eder Zulian <ezul...@redhat.com>

diff --git a/redhat/Makefile b/redhat/Makefile
index blahblah..blahblah 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -904,7 +904,7 @@ dist-get-latest: ##misc Returns the latest "known good" 
kernel from brew. This s
 dist-os-version: ##misc Displays the current Red Hat Enterprise Linux version 
target used by the current branch/tree.
        @echo "OSVERSION: $(RHEL_MAJOR).$(RHEL_MINOR)"
 
-dist-dump-variables:
+dist-dump-variables: ##misc Dump makefile variables.
        $(eval VARS:=$(sort $(shell cat Makefile.variables | sed '/^#/d; 
/^$$/d; s/[ ]*[?:]=.*//')))
        @$(foreach V,$(sort $(.VARIABLES)), $(if $(filter-out environment 
default automatic, $(origin $V)),$(info $V=$($V)),$(if $(filter 
$(VARS),$(V)),$(info $V=$($V)))))
 

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3686

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to