From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=bob.c.feng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 EDBF62034B409 for ; Tue, 26 Dec 2017 07:16:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2017 07:21:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,460,1508828400"; d="scan'208";a="5849284" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 26 Dec 2017 07:21:40 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Dec 2017 07:21:39 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Dec 2017 07:21:39 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Tue, 26 Dec 2017 23:21:37 +0800 From: "Feng, Bob C" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] BaseTools: Update Python Makefile to include the new added python files Thread-Index: AQHTflxBxAk8m3Y47UqU04az9JO99aNVvW+g Date: Tue, 26 Dec 2017 15:21:37 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D15531E5C0@SHSMSX101.ccr.corp.intel.com> References: <1514301259-9764-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1514301259-9764-1-git-send-email-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] BaseTools: Update Python Makefile to include the new added python files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2017 15:16:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bob Feng -----Original Message----- From: Gao, Liming=20 Sent: Tuesday, December 26, 2017 11:14 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Feng, Bob C Subject: [Patch] BaseTools: Update Python Makefile to include the new added= python files Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Yonghong Zhu Cc: Bob Feng --- BaseTools/Source/Python/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Mak= efile index 7ffe211..ce5541b 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -88,6 +88,9 @@ COMMON_PYTHON=3D$(BASE_TOOLS_PATH)\Source\Python\Common\B= uildToolError.py \ $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py = \ $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.p= y \ $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase= .py \ + $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \ + $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \ + =20 + $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \ @@ -98,6 = +101,7 @@ COMMON_PYTHON=3D$(BASE_TOOLS_PATH)\Source\Python\Common\BuildTool= Error.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoOb= ject.py \ + $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \ $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \ $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.p= y =20 -- 2.8.0.windows.1