From: Prarit Bhargava <pra...@redhat.com> redhat/Makefile: Remove BUILD_SCRATCH_TARGET
BUILD_SCRATCH_TARGET was deprecated in 5.19.0 and can be removed. Signed-off-by: Prarit Bhargava <pra...@redhat.com> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -1,17 +1,12 @@ +include Makefile.variables + # # Deprecated variables # # This section is intentionally left at the top of the Makefile so it won't be ignored. # -ifdef BUILD_SCRATCH_TARGET - # deprecated in 5.19.0 - $(warning WARNING: BUILD_SCRATCH_TARGET will be deprecated in a later release, use BUILD_TARGET instead.) - BUILD_TARGET:=$(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.) -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2126 _______________________________________________ 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