From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 16323220C1C2C for ; Thu, 23 Nov 2017 08:02:05 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Nov 2017 08:06:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,441,1505804400"; d="scan'208";a="1247693035" Received: from liuyue1-mobl.ccr.corp.intel.com (HELO lgao4-MOBL1.ccr.corp.intel.com) ([10.255.25.216]) by fmsmga002.fm.intel.com with ESMTP; 23 Nov 2017 08:06:22 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Fri, 24 Nov 2017 00:06:12 +0800 Message-Id: <20171123160614.8200-1-liming.gao@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [Patch 0/2] BaseTools: Update C tools GNUMakefile to support parallel make X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 16:02:06 -0000 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