https://bugzilla.redhat.com/show_bug.cgi?id=1728381 --- Comment #3 from Cole Robinson <crobinso@xxxxxxxxxx> --- I know the project is quite small so far and anything beyond a Makefile may seem overkill, but once it gets to packaging across multiple distros it really helps having a standard build system, packagers don't need to worry about if distro cflags and ldflags are getting into the correct places, or install directories are correct, etc. I recommend you take a look at meson. As an example you can check out ksmtuned usage of meson which is shipping a lot of similar files to mdevctl. The meson build config file is pretty intuitive https://github.com/ksmtuned/ksmtuned https://github.com/ksmtuned/ksmtuned/blob/master/meson.build I'm not sure if that follows meson best practices or whatever but it got the job done for me. Configure with: meson some-build-dir Build with: ninja -C some-build-dir -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-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/package-review@xxxxxxxxxxxxxxxxxxxxxxx