[edk2] [PATCH v2 0/3] BaseTools: Update Makefiles with clear ARCH and dependency

Liming Gao posted 3 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
BaseTools/GNUmakefile                           |  8 ++---
BaseTools/Source/C/BootSectImage/GNUmakefile    |  2 +-
BaseTools/Source/C/BrotliCompress/GNUmakefile   |  2 +-
BaseTools/Source/C/Common/GNUmakefile           |  2 +-
BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  2 +-
BaseTools/Source/C/EfiRom/GNUmakefile           |  2 +-
BaseTools/Source/C/GNUmakefile                  | 45 ++++++++++++++-----------
BaseTools/Source/C/GenCrc32/GNUmakefile         |  2 +-
BaseTools/Source/C/GenFfs/GNUmakefile           |  2 +-
BaseTools/Source/C/GenFv/GNUmakefile            |  2 +-
BaseTools/Source/C/GenFw/GNUmakefile            |  2 +-
BaseTools/Source/C/GenPage/GNUmakefile          |  2 +-
BaseTools/Source/C/GenSec/GNUmakefile           |  2 +-
BaseTools/Source/C/GenVtf/GNUmakefile           |  2 +-
BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  2 +-
BaseTools/Source/C/LzmaCompress/GNUmakefile     |  2 +-
BaseTools/Source/C/Makefile                     |  2 +-
BaseTools/Source/C/Makefiles/footer.makefile    |  8 ++---
BaseTools/Source/C/Makefiles/header.makefile    | 20 +++++------
BaseTools/Source/C/Makefiles/ms.common          |  8 ++---
BaseTools/Source/C/Split/GNUmakefile            |  2 +-
BaseTools/Source/C/TianoCompress/GNUmakefile    |  2 +-
BaseTools/Source/C/VfrCompile/GNUmakefile       |  2 +-
BaseTools/Source/C/VolInfo/GNUmakefile          |  2 +-
24 files changed, 66 insertions(+), 61 deletions(-)
[edk2] [PATCH v2 0/3] BaseTools: Update Makefiles with clear ARCH and dependency
Posted by Liming Gao 6 years, 4 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=793
https://bugzilla.tianocore.org/show_bug.cgi?id=786

In V2: 
  Update BaseTools top GNUmakefile with the clear dependency

Liming Gao (3):
  BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflict
  BaseTools: Update BaseTools top GNUMakefile with the clear dependency
  BaseTools: Update C tools top GNUMakefile to adjust tool order

 BaseTools/GNUmakefile                           |  8 ++---
 BaseTools/Source/C/BootSectImage/GNUmakefile    |  2 +-
 BaseTools/Source/C/BrotliCompress/GNUmakefile   |  2 +-
 BaseTools/Source/C/Common/GNUmakefile           |  2 +-
 BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  2 +-
 BaseTools/Source/C/EfiRom/GNUmakefile           |  2 +-
 BaseTools/Source/C/GNUmakefile                  | 45 ++++++++++++++-----------
 BaseTools/Source/C/GenCrc32/GNUmakefile         |  2 +-
 BaseTools/Source/C/GenFfs/GNUmakefile           |  2 +-
 BaseTools/Source/C/GenFv/GNUmakefile            |  2 +-
 BaseTools/Source/C/GenFw/GNUmakefile            |  2 +-
 BaseTools/Source/C/GenPage/GNUmakefile          |  2 +-
 BaseTools/Source/C/GenSec/GNUmakefile           |  2 +-
 BaseTools/Source/C/GenVtf/GNUmakefile           |  2 +-
 BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  2 +-
 BaseTools/Source/C/LzmaCompress/GNUmakefile     |  2 +-
 BaseTools/Source/C/Makefile                     |  2 +-
 BaseTools/Source/C/Makefiles/footer.makefile    |  8 ++---
 BaseTools/Source/C/Makefiles/header.makefile    | 20 +++++------
 BaseTools/Source/C/Makefiles/ms.common          |  8 ++---
 BaseTools/Source/C/Split/GNUmakefile            |  2 +-
 BaseTools/Source/C/TianoCompress/GNUmakefile    |  2 +-
 BaseTools/Source/C/VfrCompile/GNUmakefile       |  2 +-
 BaseTools/Source/C/VolInfo/GNUmakefile          |  2 +-
 24 files changed, 66 insertions(+), 61 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 v2 0/3] BaseTools: Update Makefiles with clear ARCH and dependency
Posted by Zhu, Yonghong 6 years, 4 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: Tuesday, November 28, 2017 11:19 AM
To: edk2-devel@lists.01.org
Subject: [edk2] [PATCH v2 0/3] BaseTools: Update Makefiles with clear ARCH and dependency

https://bugzilla.tianocore.org/show_bug.cgi?id=793
https://bugzilla.tianocore.org/show_bug.cgi?id=786

In V2: 
  Update BaseTools top GNUmakefile with the clear dependency

Liming Gao (3):
  BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflict
  BaseTools: Update BaseTools top GNUMakefile with the clear dependency
  BaseTools: Update C tools top GNUMakefile to adjust tool order

 BaseTools/GNUmakefile                           |  8 ++---
 BaseTools/Source/C/BootSectImage/GNUmakefile    |  2 +-
 BaseTools/Source/C/BrotliCompress/GNUmakefile   |  2 +-
 BaseTools/Source/C/Common/GNUmakefile           |  2 +-
 BaseTools/Source/C/EfiLdrImage/GNUmakefile      |  2 +-
 BaseTools/Source/C/EfiRom/GNUmakefile           |  2 +-
 BaseTools/Source/C/GNUmakefile                  | 45 ++++++++++++++-----------
 BaseTools/Source/C/GenCrc32/GNUmakefile         |  2 +-
 BaseTools/Source/C/GenFfs/GNUmakefile           |  2 +-
 BaseTools/Source/C/GenFv/GNUmakefile            |  2 +-
 BaseTools/Source/C/GenFw/GNUmakefile            |  2 +-
 BaseTools/Source/C/GenPage/GNUmakefile          |  2 +-
 BaseTools/Source/C/GenSec/GNUmakefile           |  2 +-
 BaseTools/Source/C/GenVtf/GNUmakefile           |  2 +-
 BaseTools/Source/C/GnuGenBootSector/GNUmakefile |  2 +-
 BaseTools/Source/C/LzmaCompress/GNUmakefile     |  2 +-
 BaseTools/Source/C/Makefile                     |  2 +-
 BaseTools/Source/C/Makefiles/footer.makefile    |  8 ++---
 BaseTools/Source/C/Makefiles/header.makefile    | 20 +++++------
 BaseTools/Source/C/Makefiles/ms.common          |  8 ++---
 BaseTools/Source/C/Split/GNUmakefile            |  2 +-
 BaseTools/Source/C/TianoCompress/GNUmakefile    |  2 +-
 BaseTools/Source/C/VfrCompile/GNUmakefile       |  2 +-
 BaseTools/Source/C/VolInfo/GNUmakefile          |  2 +-
 24 files changed, 66 insertions(+), 61 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