From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile: Deprecate GIT variable The GIT variable was added in the early days of the self-tests. After commit c86f798cefbf ("redhat/self-test: Add better dist-dump-variables test") the variable is no longer necessary. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -23,6 +23,13 @@ ifdef BUILD_SCRATCH_TARGET endif include Makefile.variables + +# This deprecation message must come after GIT is set in Makefile.variables. +ifneq ($(GIT),git) + # deprecated in 5.20.0 + $(warning WARNING: GIT($(GIT)) will be deprecated in a later release.) +endif + # These entries are 'duplicates' of variables specified in Makefile.variables # that are used in the SPEC file. Specifying these with a SPEC prefix indicates # that the value is passed through to the spec file. -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1922 _______________________________________________ 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure