From: Prarit Bhargava <[email protected]>

redhat/koji/Makefile: Remove Makefile.common dependency

Hardcode "kernel" and remove the Makefile.common dependency.

There is no behaviour change introduced with this change and is a first
step in the de-spaghettification of Makefile.common.  If deemed necessary,
we can always add the dependency back at a later date.

Signed-off-by: Prarit Bhargava <[email protected]>

diff --git a/redhat/koji/Makefile b/redhat/koji/Makefile
index blahblah..blahblah 100644
--- a/redhat/koji/Makefile
+++ b/redhat/koji/Makefile
@@ -17,8 +17,6 @@
 #        set it with - git notes --ref buildid -m ".buildid" HEAD
 ######################################################################
 
-include ../Makefile.common
-
 notes:
        $(GIT) fetch --force origin refs/notes/*:refs/notes/*
 
@@ -29,8 +27,8 @@ sources: buildid
        echo $(BUILDID) > ../../localversion
        $(MAKE) -C ../ dist-sources
        mv -f ../rpm/SOURCES/* .
-       rm -f ./$(PACKAGE_NAME).spec
-       mv ../rpm/SPECS/$(PACKAGE_NAME).spec .
+       rm -f ./kernel.spec
+       mv ../rpm/SPECS/kernel.spec .
 
 test:  buildid
        echo $(BUILDID)

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1637
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to