From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3870#note_2516158538
I would strongly argue that make dist-configs and make dist-configs-check should both make all configs. Having different behavior between the 2 commands is weird and broken (and also why we end up with 3 sets of configs as options). If you look at the output of make dist-configs it actually builds both and then moves the default to a set of weird versioned configs not usable by the spec such as: `kernel-6.15.0-x86_64.config` The output of make dist-configs-check is actually usable by the spec and gives us `kernel-x86_64-fedora.config` and `kernel-x86_64-rhel.config` Ideally we just get rid of make dist-configs all together and make it use make dist-configs-check every time. -- _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue