[edk2] [Patch 0/2] BaseTools: Update C tools GNUMakefile to support parallel make

Liming Gao posted 2 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
BaseTools/Source/C/GNUmakefile | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
[edk2] [Patch 0/2] BaseTools: Update C tools GNUMakefile to support parallel make
Posted by Liming Gao 6 years, 4 months ago
GNU make supports -j N to trig multiple job at the same time. 
It can reduce make time. This serial can get 60% improvement on BaseTools 
C tool clean build with make -j 4.

Liming Gao (2):
  BaseTools: Update C tools top GNUMakefile with the clear dependency
  BaseTools: Update C tools top GNUMakefile to adjust tool order

 BaseTools/Source/C/GNUmakefile | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

-- 
2.11.0.windows.1

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