#5 Use make macros
Merged 3 years ago by crobinso. Opened 3 years ago by tstellar.
rpms/ tstellar/edk2 make-macros  into  master

file modified
+6 -2
@@ -56,7 +56,7 @@ 

  # to use YYYMMDD to avoid needing to bump package epoch

  # due to previous 'git' Version:

  Version:        %{edk2_stable_date}01stable

- Release:        1%{dist}

+ Release:        2%{dist}

  Summary:        EFI Development Kit II

  

  License:        BSD-2-Clause-Patent
@@ -309,7 +309,7 @@ 

  ARM_FLAGS="${ARM_FLAGS} -D DEBUG_PRINT_ERROR_LEVEL=0x8040004F"

  

  unset MAKEFLAGS

- make -C BaseTools %{?_smp_mflags} \

+ %make_build -C BaseTools \

    EXTRA_OPTFLAGS="%{optflags}" \

    EXTRA_LDFLAGS="%{__global_ldflags}"

  sed -i -e 's/-Werror//' Conf/tools_def.txt
@@ -603,6 +603,10 @@ 

  

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 20200201stable-2

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Mon Apr 13 2020 Cole Robinson <aintdiscole@gmail.com> - 20200201stable-1

  - Update to stable-202002

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Build failure is not due to the macros change, which looks fine. So mergine

Pull-Request has been merged by crobinso

3 years ago