public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] BaseTools: Update C tools GNUMakefile to support parallel make
@ 2017-11-23 16:06 Liming Gao
  2017-11-23 16:06 ` [Patch 1/2] BaseTools: Update C tools top GNUMakefile with the clear dependency Liming Gao
  2017-11-23 16:06 ` [Patch 2/2] BaseTools: Update C tools top GNUMakefile to adjust tool order Liming Gao
  0 siblings, 2 replies; 3+ messages in thread
From: Liming Gao @ 2017-11-23 16:06 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-23 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-23 16:06 [Patch 0/2] BaseTools: Update C tools GNUMakefile to support parallel make Liming Gao
2017-11-23 16:06 ` [Patch 1/2] BaseTools: Update C tools top GNUMakefile with the clear dependency Liming Gao
2017-11-23 16:06 ` [Patch 2/2] BaseTools: Update C tools top GNUMakefile to adjust tool order Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox