From 85250ca806679485ce8d745c513c10b53213f0d6 Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Oct 09 2020 12:45:56 +0000 Subject: Describes issue no.536 --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index efbfd5d..da85f05 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -3,3 +3,11 @@ include::{partialsdir}/entities.adoc[] [[select-distribution]] = Distribution-wide Changes + +== Increase usage of `%make_build` and `%make_install` + +All invocations of the `make` utility in spec files that use the `%{_smp_mflags}` macro have been modified to use the `%make_build` macro. All `make` invocations that use the install target have been updated to use the `%make_install` macro. Any additional arguments to `make` that are not included in either `%make_build` and `%make_install` are preserved. + +Packages that already use `%make_build` and `%make_install` remain unchanged. + +This change aims to standardize `make` usage, and to facilitate enforcing consistent build flag usage across all Fedora editions.