From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: bob.c.feng@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Sun, 07 Jul 2019 19:18:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2019 19:18:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,465,1557212400"; d="scan'208";a="173138538" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 07 Jul 2019 19:18:16 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 19:18:15 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 19:18:15 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Mon, 8 Jul 2019 10:18:13 +0800 From: "Bob Feng" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Topic: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Thread-Index: AQHVMz+UVe7Mhht1OUa1+HMQTi3nDqbAADUA Date: Mon, 8 Jul 2019 02:18:12 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D160B3B43B@SHSMSX105.ccr.corp.intel.com> References: <20190705144014.21004-1-shenglei.zhang@intel.com> In-Reply-To: <20190705144014.21004-1-shenglei.zhang@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 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bob Feng -----Original Message----- From: Zhang, Shenglei=20 Sent: Friday, July 5, 2019 10:40 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming Subject: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in P= osixLike The existing scripts are PC type, which cause the tools can't be used conve= niently like "FMMT -h" in all directories. So change them to UNIX type to fix this problem. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Shenglei Zhang Shenglei Zhang (3)= : BaseTools/FMMT: Change FMMT script type in PosixLike BaseTools/FMMT: Change BfmLib script type in PosixLike BaseTools/FMMT: Change FCE script type in PosixLike BaseTools/BinWrappers/PosixLike/BfmLib | 58 +++++++++++++------------- BaseTools/BinWrappers/PosixLike/FCE | 58 +++++++++++++------------- BaseTools/BinWrappers/PosixLike/FMMT | 58 +++++++++++++------------- 3 files changed, 87 insertions(+), 87 deletions(-) -- 2.18.0.windows.1