[edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile

Liming Gao posted 2 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
BaseTools/Source/C/BootSectImage/GNUmakefile    |  3 +--
BaseTools/Source/C/BrotliCompress/GNUmakefile   |  3 +--
BaseTools/Source/C/Common/GNUmakefile           |  3 +--
BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  3 +--
BaseTools/Source/C/EfiRom/GNUmakefile           |  3 +--
BaseTools/Source/C/GenCrc32/GNUmakefile         |  3 +--
BaseTools/Source/C/GenFfs/GNUmakefile           |  3 +--
BaseTools/Source/C/GenFv/GNUmakefile            |  3 +--
BaseTools/Source/C/GenFw/GNUmakefile            |  3 +--
BaseTools/Source/C/GenPage/GNUmakefile          |  3 +--
BaseTools/Source/C/GenSec/GNUmakefile           |  3 +--
BaseTools/Source/C/GenVtf/GNUmakefile           |  3 +--
BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  3 +--
BaseTools/Source/C/LzmaCompress/GNUmakefile     |  3 +--
BaseTools/Source/C/Makefiles/header.makefile    | 28 +++++++++++++++++++++++--
BaseTools/Source/C/Split/GNUmakefile            |  3 +--
BaseTools/Source/C/TianoCompress/GNUmakefile    |  3 +--
BaseTools/Source/C/VfrCompile/GNUmakefile       |  3 +--
BaseTools/Source/C/VolInfo/GNUmakefile          |  3 +--
19 files changed, 44 insertions(+), 38 deletions(-)
[edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile
Posted by Liming Gao 6 years, 9 months ago
Liming Gao (2):
  BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile
  BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile

 BaseTools/Source/C/BootSectImage/GNUmakefile    |  3 +--
 BaseTools/Source/C/BrotliCompress/GNUmakefile   |  3 +--
 BaseTools/Source/C/Common/GNUmakefile           |  3 +--
 BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  3 +--
 BaseTools/Source/C/EfiRom/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenCrc32/GNUmakefile         |  3 +--
 BaseTools/Source/C/GenFfs/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenFv/GNUmakefile            |  3 +--
 BaseTools/Source/C/GenFw/GNUmakefile            |  3 +--
 BaseTools/Source/C/GenPage/GNUmakefile          |  3 +--
 BaseTools/Source/C/GenSec/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenVtf/GNUmakefile           |  3 +--
 BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  3 +--
 BaseTools/Source/C/LzmaCompress/GNUmakefile     |  3 +--
 BaseTools/Source/C/Makefiles/header.makefile    | 28 +++++++++++++++++++++++--
 BaseTools/Source/C/Split/GNUmakefile            |  3 +--
 BaseTools/Source/C/TianoCompress/GNUmakefile    |  3 +--
 BaseTools/Source/C/VfrCompile/GNUmakefile       |  3 +--
 BaseTools/Source/C/VolInfo/GNUmakefile          |  3 +--
 19 files changed, 44 insertions(+), 38 deletions(-)

-- 
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile
Posted by Zhu, Yonghong 6 years, 8 months ago
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> 

Best Regards,
Zhu Yonghong


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Liming Gao
Sent: Wednesday, January 31, 2018 8:00 PM
To: edk2-devel@lists.01.org
Subject: [edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile


Liming Gao (2):
  BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile
  BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile

 BaseTools/Source/C/BootSectImage/GNUmakefile    |  3 +--
 BaseTools/Source/C/BrotliCompress/GNUmakefile   |  3 +--
 BaseTools/Source/C/Common/GNUmakefile           |  3 +--
 BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  3 +--
 BaseTools/Source/C/EfiRom/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenCrc32/GNUmakefile         |  3 +--
 BaseTools/Source/C/GenFfs/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenFv/GNUmakefile            |  3 +--
 BaseTools/Source/C/GenFw/GNUmakefile            |  3 +--
 BaseTools/Source/C/GenPage/GNUmakefile          |  3 +--
 BaseTools/Source/C/GenSec/GNUmakefile           |  3 +--
 BaseTools/Source/C/GenVtf/GNUmakefile           |  3 +--
 BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  3 +--
 BaseTools/Source/C/LzmaCompress/GNUmakefile     |  3 +--
 BaseTools/Source/C/Makefiles/header.makefile    | 28 +++++++++++++++++++++++--
 BaseTools/Source/C/Split/GNUmakefile            |  3 +--
 BaseTools/Source/C/TianoCompress/GNUmakefile    |  3 +--
 BaseTools/Source/C/VfrCompile/GNUmakefile       |  3 +--
 BaseTools/Source/C/VolInfo/GNUmakefile          |  3 +--
 19 files changed, 44 insertions(+), 38 deletions(-)

-- 
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel