#565 #536 Use %make_build and %make_install macros
Closed 3 years ago by pbokoc. Opened 3 years ago by quiet.
Unknown source iss536  into  f33

@@ -3,3 +3,11 @@

  

  [[select-distribution]]

  = Distribution-wide Changes

+ 

+ == Increase usage of `%make_build` and `%make_install`

+ 

+ Many 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.

Hello @tstellar

Could you, please, review my proposal to release note of this issue? You can put your feedback in the Files Changed tab.

Thanks,

Not all packages were updated, so maybe just say 'many invocations'.

1 new commit added

  • Applies SME feedback
3 years ago

Merged locally due to a conflict.

Pull-Request has been closed by pbokoc

3 years ago
Metadata