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.20; helo=mga02.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 5C18A2116747D for ; Thu, 18 Oct 2018 17:30:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2018 17:30:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,397,1534834800"; d="scan'208";a="82374430" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 18 Oct 2018 17:30:25 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Oct 2018 17:30:24 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Oct 2018 17:30:24 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.111]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.183]) with mapi id 14.03.0319.002; Fri, 19 Oct 2018 08:30:11 +0800 From: "Zhu, Yonghong" To: "Marvin.Haeuser@outlook.com" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [PATCH 1/1] BaseTools: Update Makefile to exclude deleted file. Thread-Index: AQHUZDezyB4GxCOX60uHS/wSLJhU/KUltF0Q Date: Fri, 19 Oct 2018 00:30:10 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWJmZWNhNzgtZjU5Yi00Yzk3LThkZTEtYjdmMjdiNDA0MjhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYTNPcDUybUlyK0JNcmg5UkNSbkVkeWFBT0FNNDhJc0UxOEFBMkNFODlTYjZtK2tFS014TjMyNURweWFVVFh5cCJ9 x-ctpclassification: CTP_NT 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 1/1] BaseTools: Update Makefile to exclude deleted file. 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: Fri, 19 Oct 2018 00:30:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Marvin H=E4user, Liming sent some mail to notice that we drop the support of BaseTools Pytho= n run from the freeze binary in Windows OS, and he also sent patch to remov= e the steps to freeze python tool. So I don't think we need this patch now,= please check it. Thanks. https://lists.01.org/pipermail/edk2-devel/2018-September/029436.html=20 https://lists.01.org/pipermail/edk2-devel/2018-October/030969.html=20 https://lists.01.org/pipermail/edk2-devel/2018-October/030589.html=20 Best Regards, Zhu Yonghong -----Original Message----- From: Marvin H=E4user [mailto:Marvin.Haeuser@outlook.com]=20 Sent: Monday, October 15, 2018 11:33 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zhu, Yonghong Subject: [PATCH 1/1] BaseTools: Update Makefile to exclude deleted file. GenFds/Attributes.py has been deleted in 1ad635b, but was not removed from = the Python Makefile. Remove it for successful compilation on Windows. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser --- BaseTools/Source/Python/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Mak= efile index ac99259eb18a..2a80f1cf7fe9 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -114,7 +114,6 @@ CMD_BUILD=3D$(BASE_TOOLS_PATH)\Source\Python\build\Buil= dReport.py \ $(BASE_TOOLS_PATH)\Source\Python\Eot\Report.py =20 CMD_GENFDS=3D$(BASE_TOOLS_PATH)\Source\Python\GenFds\AprioriSection.py \ - $(BASE_TOOLS_PATH)\Source\Python\GenFds\Attribute.py \ $(BASE_TOOLS_PATH)\Source\Python\GenFds\Capsule.py \ $(BASE_TOOLS_PATH)\Source\Python\GenFds\CapsuleData.py \ $(BASE_TOOLS_PATH)\Source\Python\GenFds\ComponentStatement.py \ -- 2.19.1.windows.1