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.120; helo=mga04.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 15FD3222A54C3 for ; Tue, 2 Jan 2018 21:02:01 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2018 21:07:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,500,1508828400"; d="scan'208";a="16381964" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 02 Jan 2018 21:07:04 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 21:07:04 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 21:07:04 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Wed, 3 Jan 2018 13:07:02 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Shaw, Kevin W" Thread-Topic: [Patch] DSC Spec: Fix a typo error "enty" to "entry" Thread-Index: AQHTg2/ddk/XZXN9H0mSGds0mjrOCaNhmn6A Date: Wed, 3 Jan 2018 05:07:01 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E19DA50@SHSMSX104.ccr.corp.intel.com> References: <1514859449-9988-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1514859449-9988-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] DSC Spec: Fix a typo error "enty" to "entry" 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: Wed, 03 Jan 2018 05:02: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: Tuesday, January 02, 2018 10:17 AM >To: edk2-devel@lists.01.org >Cc: Gao, Liming ; Kinney, Michael D >; Shaw, Kevin W >Subject: [Patch] DSC Spec: Fix a typo error "enty" to "entry" > >Cc: Liming Gao >Cc: Michael Kinney >Cc: Kevin W Shaw >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Yonghong Zhu >--- > 2_dsc_overview/23_[defines]_section_processing.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/2_dsc_overview/23_[defines]_section_processing.md >b/2_dsc_overview/23_[defines]_section_processing.md >index 95c2893..a7e8680 100644 >--- a/2_dsc_overview/23_[defines]_section_processing.md >+++ b/2_dsc_overview/23_[defines]_section_processing.md >@@ -53,11 +53,11 @@ The format for entries in this section is: > > `Name =3D Value` > > If the `PREBUILD` and/or `POSTBUILD` entries are specified, value must be= a > tool that can be executed. If the value contains space characters, then = the >-value must be a quoted string. The `PREBUILD` and `POSTBUILD` enty suppor= t >+value must be a quoted string. The `PREBUILD` and `POSTBUILD` entry >support > multiple arguments, and tool will convert the arguments that are >WORKSPACE or > PACKAGES_PATH relative paths to absolute paths. Quotes may be used for >arguments > that have spaces or special characters. The `build` tool suspends process= ing of > the DSC file if the `PREBUILD` entry is present, calls the script, and ei= ther > terminates or continues processing the DSC file depending on the exit cod= e >from >-- >2.6.1.windows.1