From: Prarit Bhargava prarit@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 prarit@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@lists.fedoraproject.org