From: Patrick Talbert <[email protected]>

redhat: clean up the partial-kgcov-snip.config file

Since MR !1433 we generate a redhat/configs/partial-kgcov-snip.config
file but none of the clean targets remove it. Fix this by having
dist-clean-configs remove any partial-*-snip.config file.

Signed-off-by: Patrick Talbert <[email protected]>

diff --git a/redhat/Makefile b/redhat/Makefile
index blahblah..blahblah 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -517,7 +517,7 @@ dist-configs-arch: ARCH_MACH = $(MACH)
 dist-configs-arch: dist-configs
 
 dist-clean-configs:
-       @cd $(REDHAT)/configs; rm -f kernel-*.config kernel-*.config.orig 
kernel-*.config.tmp
+       @cd $(REDHAT)/configs; rm -f kernel-*.config kernel-*.config.orig 
kernel-*.config.tmp partial-*-snip.config
 
 dist-clean-sources:
        @rm -f $(RPM)/SPECS/*

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

Reply via email to