From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/953#note_524578952 -fedora-configs: FLAVOR = fedora -fedora-configs: dist-configs +dist-fedora-configs: FLAVOR = fedora +dist-fedora-configs: dist-configs ^^^ I know exactly the bug you're trying to fix. You have to ``` cd redhat; make rh-configs ``` instead of just doing it at the top-level Why don't you just add ifeq ($(filter rh-%,$(MAKECMDGOALS)),) include Makefile endif ifeq ($(filter fedora-%,$(MAKECMDGOALS)),) include Makefile endif to the 'makefile'? _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure