From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D83D31A1DED for ; Mon, 26 Sep 2016 22:38:53 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 26 Sep 2016 22:38:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,403,1470726000"; d="scan'208";a="1062752016" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 26 Sep 2016 22:38:53 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Sep 2016 22:38:53 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Sep 2016 22:38:52 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by shsmsx102.ccr.corp.intel.com ([169.254.2.15]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 13:38:49 +0800 From: "Zhu, Yonghong" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [PATCH] BaseTools: List missing source python files for Ecc tool in Makefile Thread-Index: AQHSGGktQ8fIxJhHdEexB9HzgTxjjKCM0fhA Date: Tue, 27 Sep 2016 05:38:48 +0000 Message-ID: References: <1474944293-81836-1-git-send-email-hao.a.wu@intel.com> In-Reply-To: <1474944293-81836-1-git-send-email-hao.a.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGFkZDExNGYtNzA3ZS00NTdkLWExZjEtYjJjMmVjY2E0MzEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhTQUhXdjZMcktacXV6bkVHekMwcEo4WlNtTXU5NE1ESm40UE1pMVM4Rms9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] BaseTools: List missing source python files for Ecc tool in Makefile X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 05:38:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Wu, Hao A=20 Sent: Tuesday, September 27, 2016 10:45 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zhu, Yonghong ;= Gao, Liming Subject: [PATCH] BaseTools: List missing source python files for Ecc tool i= n Makefile Add missing python sources files that are dependent for Ecc tool in Makefil= e. Cc: Yonghong Zhu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu --- BaseTools/Source/Python/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Mak= efile index e7755cd..7ffe211 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -237,6 +237,26 @@ CMD_UPT=3D$(BASE_TOOLS_PATH)\Source\Python\UPT\Core\De= pendencyRules.py \ $(BASE_TOOLS_PATH)\Source\Python\UPT\Xml\XmlParser.py \ $(BASE_TOOLS_PATH)\Source\Python\UPT\Xml\XmlParserMisc.py =20 +CMD_ECC=3D$(BASE_TOOLS_PATH)\Source\Python\Ecc\c.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Check.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CLexer.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CodeFragment.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CodeFragmentCollector.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Configuration.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\CParser.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Database.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Ecc.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\EccGlobalData.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\EccToolError.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Exception.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\FileProfile.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaDataParser.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\ParserWarning.py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaDataTable.p= y \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaFileParser.= py \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\MetaFileWorkspace\MetaFileTable.p= y \ + $(BASE_TOOLS_PATH)\Source\Python\Ecc\Xml\XmlRoutines.py + !IFDEF PYTHON_FREEZER_PATH all: SetPythonPath $(APPLICATIONS) !ELSE -- 1.9.5.msysgit.0