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 A47AF210FC0DE for ; Wed, 22 Aug 2018 09:22:02 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2018 09:22:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,274,1531810800"; d="scan'208";a="67289362" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 22 Aug 2018 09:21:44 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Aug 2018 09:21:44 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.143]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.205]) with mapi id 14.03.0319.002; Thu, 23 Aug 2018 00:21:43 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] BaseTools: Update Makefile for ECC tool Thread-Index: AQHUOfPtCmbkrnWpJkS/3EmHU92YmqTL9HtQ Date: Wed, 22 Aug 2018 16:21:42 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2E773A@SHSMSX104.ccr.corp.intel.com> References: <1534927272-7908-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1534927272-7908-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDdiMDZhMGQtODljZC00NWExLWI1MzctMzJlMDY5MWJiMDllIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0UreHRDckdVVHJQUCtBdjJpdG1JWkh1dHU1bTZUR3NkcXdjQzB4bFJPcU5xb0pNRTcyR0dsMFJDZHArYjJuYSJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] BaseTools: Update Makefile for ECC tool X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 16:22:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Zhu, Yonghong > Sent: Wednesday, August 22, 2018 1:41 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [Patch] BaseTools: Update Makefile for ECC tool >=20 > Because Ecc.py was renamed to EccMain.py >=20 > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Yonghong Zhu > --- > BaseTools/Source/Python/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/M= akefile > index d78b12d..36e8b20 100644 > --- a/BaseTools/Source/Python/Makefile > +++ b/BaseTools/Source/Python/Makefile > @@ -234,11 +234,11 @@ CMD_ECC=3D$(BASE_TOOLS_PATH)\Source\Python\Ecc\c.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\EccMain.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 \ > @@ -294,12 +294,12 @@ $(BIN_DIR)\TestSigningPrivateKey.pem: $(BASE_TOOLS_= PATH)\Source\Python\Rsa2048Sh > @copy /Y /B $(BASE_TOOLS_PATH)\Source\Python\Rsa2048Sha256Sign\TestSig= ningPrivateKey.pem > $(BIN_DIR)\TestSigningPrivateKey.pem >=20 > $(BIN_DIR)\Rsa2048Sha256GenerateKeys.exe: > $(BASE_TOOLS_PATH)\Source\Python\Rsa2048Sha256Sign\Rsa2048Sha256GenerateK= eys.py > @$(FREEZE) --include-modules=3D$(MODULES) --install-dir=3D$(BIN_DIR) R= sa2048Sha256Sign\Rsa2048Sha256GenerateKeys.py >=20 > -$(BIN_DIR)\Ecc.exe: $(BASE_TOOLS_PATH)\Source\Python\Ecc\Ecc.py $(CMD_EC= C) $(BIN_DIR)\config.ini $(BIN_DIR)\exception.xml > - @$(FREEZE) --include-modules=3D$(MODULES) --install-dir=3D$(BIN_DIR) E= cc\Ecc.py > +$(BIN_DIR)\Ecc.exe: $(BASE_TOOLS_PATH)\Source\Python\Ecc\EccMain.py $(CM= D_ECC) $(BIN_DIR)\config.ini > $(BIN_DIR)\exception.xml > + @$(FREEZE) --include-modules=3D$(MODULES) --install-dir=3D$(BIN_DIR) E= cc\EccMain.py >=20 > $(BIN_DIR)\config.ini: $(BASE_TOOLS_PATH)\Source\Python\Ecc\config.ini > @copy /Y /B $(BASE_TOOLS_PATH)\Source\Python\Ecc\config.ini $(BIN_DIR)= \config.ini >=20 > $(BIN_DIR)\exception.xml: $(BASE_TOOLS_PATH)\Source\Python\Ecc\exception= .xml > -- > 2.6.1.windows.1