]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Update C tools top GNUMakefile to adjust tool order
authorLiming Gao <liming.gao@intel.com>
Tue, 28 Nov 2017 03:18:52 +0000 (11:18 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 30 Nov 2017 05:06:52 +0000 (13:06 +0800)
Place the tool that takes much build time at the first. This can improve
build performance when make -j N used.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/C/GNUmakefile

index 50b675900f13c78619c08347b9b2ab25cac9e075..0dc748267d9e817dc8c2288d13eda781af1de6ea 100644 (file)
@@ -51,9 +51,10 @@ LIBRARIES = Common
 VFRAUTOGEN = VfrCompile/VfrLexer.h\r
 # NON_BUILDABLE_APPLICATIONS = GenBootSector BootSectImage\r
 APPLICATIONS = \\r
+  BrotliCompress \\r
+  VfrCompile \\r
   GnuGenBootSector \\r
   BootSectImage \\r
-  BrotliCompress \\r
   EfiLdrImage \\r
   EfiRom \\r
   GenFfs \\r
@@ -66,8 +67,7 @@ APPLICATIONS = \
   LzmaCompress \\r
   Split \\r
   TianoCompress \\r
-  VolInfo \\r
-  VfrCompile\r
+  VolInfo\r
 \r
 SUBDIRS := $(LIBRARIES) $(APPLICATIONS)\r
 \r