Petr Pisar wrote: > That's because cmake executes make (if CMakeList does not override it). CMake actually just generates the makefiles, you still run make directly (as with autotools). The makefiles then do several complex things, possibly including running make with different arguments (and also calling back into CMake by running cmake with special arguments multiple times), to handle the progress reporting, but the initial make invocation comes from the specfile. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-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/devel@xxxxxxxxxxxxxxxxxxxxxxx