From: Prarit Bhargava <pra...@redhat.com>

redhat/Makefile: Remove duplicated code

This code was left in place when the variables were reorganized.  It can
be safely 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
@@ -253,28 +253,6 @@ else
   endif
 endif
 
-ifdef NO_CONFIGCHECKS
-   PROCESS_CONFIGS_OPTS=
-   PROCESS_CONFIGS_CHECK_OPTS=
-   BUILDOPTS += -configchecks
-else
-   PROCESS_CONFIGS_CHECK_OPTS=-n -t -c
-   PROCESS_CONFIGS_OPTS=-n -w -c
-endif
-
-FLAVOR =
-
-# this section is needed in order to make O= to work
-_OUTPUT := ..
-ifeq ("$(origin O)", "command line")
-  _OUTPUT := $(O)
-  _EXTRA_ARGS := O=$(_OUTPUT)
-endif
-
-CURARCH := $(shell uname -m)
-ARCHCONFIG := $(shell uname -m | sed -e s/x86_64/X86_64/ \
-                                    -e s/s390x/S390/ -e s/ppc.*/PPC/ )
-
 include Makefile.cross
 
 #

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1652
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to