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

redhat/Makefile: Move BUILD_PROFILE to Makefile.variables

Move BUILD_PROFILE to Makefile.variables.

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
@@ -140,7 +140,9 @@ else ifeq ("$(DISTRO)", "centos")
   # upstream sources and RHEL specific patches.
   SINGLE_TARBALL:=1
   RHDISTGIT_BRANCH:=c$(RHEL_MAJOR)s
-  BUILD_PROFILE ?= -p stream
+  ifndef BUILD_PROFILE
+    BUILD_PROFILE:= -p stream
+  endif
   ifndef BUILD_SCRATCH_TARGET
     BUILD_SCRATCH_TARGET:=c$(RHEL_MAJOR)s-candidate
   endif
diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables
index blahblah..blahblah 100644
--- a/redhat/Makefile.variables
+++ b/redhat/Makefile.variables
@@ -79,3 +79,6 @@ BUILD_SCRATCH_TARGET ?=
 
 # This is the brew/koji command scratch build options.
 BUILD_TARGET ?=
+
+# This sets the koji/brew configuration profile variable.
+BUILD_PROFILE ?=

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1641
_______________________________________________
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