From: "Yuwei Chen" <yuwei.chen@intel.com>
To: "Kinney, Michael D" <michael.d.kinney@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Feng, Bob C" <bob.c.feng@intel.com>,
Liming Gao <gaoliming@byosoft.com.cn>
Subject: Re: [Patch 1/1] BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.template
Date: Mon, 12 Apr 2021 01:48:20 +0000 [thread overview]
Message-ID: <DM5PR11MB159443E005C6F6244959BC5A96709@DM5PR11MB1594.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210409220015.1980-1-michael.d.kinney@intel.com>
Reviewed-by: Yuwei Chen<yuwei.chen@intel.com>
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Saturday, April 10, 2021 6:00 AM
> To: devel@edk2.groups.io
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Chen, Christine <yuwei.chen@intel.com>
> Subject: [Patch 1/1] BaseTools/Conf: Fix MAKE_FLAGS typos in
> tools_def.template
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3313
>
> Change MAKE_FLAG to MAKE_FLAGS to match required name from EDK II
> Build Specifications for VS20xx tool chains.
>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> BaseTools/Conf/tools_def.template | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/BaseTools/Conf/tools_def.template
> b/BaseTools/Conf/tools_def.template
> index 933b3160fd2b..c6c9edf5a0d7 100755
> --- a/BaseTools/Conf/tools_def.template
> +++ b/BaseTools/Conf/tools_def.template
> @@ -1,5 +1,5 @@
> #
> -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2006 - 2021, Intel Corporation. All rights
> +reserved.<BR>
> # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> #
> Portions copyright (c) 2011 - 2019, ARM Ltd. All rights reserved.<BR> #
> Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR> @@ -
> 531,7 +531,7 @@ NOOPT_VS2008_X64_DLINK_FLAGS = /NOLOGO
> /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT
> *_VS2008x86_*_*_FAMILY = MSFT
>
> *_VS2008x86_*_MAKE_PATH = DEF(VS2008x86_BIN)\nmake.exe
> -*_VS2008x86_*_MAKE_FLAG = /nologo
> +*_VS2008x86_*_MAKE_FLAGS = /nologo
> *_VS2008x86_*_RC_PATH = DEF(WINSDK_BIN)\rc.exe
>
> *_VS2008x86_*_MAKE_FLAGS = /nologo
> @@ -765,7 +765,7 @@ NOOPT_VS2010_X64_DLINK_FLAGS = /NOLOGO
> /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT
> *_VS2010x86_*_*_FAMILY = MSFT
>
> *_VS2010x86_*_MAKE_PATH = DEF(VS2010x86_BIN)\nmake.exe
> -*_VS2010x86_*_MAKE_FLAG = /nologo
> +*_VS2010x86_*_MAKE_FLAGS = /nologo
> *_VS2010x86_*_RC_PATH = DEF(WINSDK7x86_BIN)\rc.exe
>
> *_VS2010x86_*_MAKE_FLAGS = /nologo
> @@ -999,7 +999,7 @@ NOOPT_VS2012_X64_DLINK_FLAGS = /NOLOGO
> /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT
> *_VS2012x86_*_*_FAMILY = MSFT
>
> *_VS2012x86_*_MAKE_PATH = DEF(VS2012x86_BIN)\nmake.exe
> -*_VS2012x86_*_MAKE_FLAG = /nologo
> +*_VS2012x86_*_MAKE_FLAGS = /nologo
> *_VS2012x86_*_RC_PATH = DEF(WINSDK71x86_BIN)\rc.exe
>
> *_VS2012x86_*_MAKE_FLAGS = /nologo
> @@ -1233,7 +1233,7 @@ NOOPT_VS2013_X64_DLINK_FLAGS = /NOLOGO
> /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT
> *_VS2013x86_*_*_FAMILY = MSFT
>
> *_VS2013x86_*_MAKE_PATH = DEF(VS2013x86_BIN)\nmake.exe
> -*_VS2013x86_*_MAKE_FLAG = /nologo
> +*_VS2013x86_*_MAKE_FLAGS = /nologo
> *_VS2013x86_*_RC_PATH = DEF(WINSDK8x86_BIN)\rc.exe
>
> *_VS2013x86_*_MAKE_FLAGS = /nologo
> @@ -1468,7 +1468,7 @@ NOOPT_VS2015_X64_DLINK_FLAGS = /NOLOGO
> /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT
> *_VS2015x86_*_*_FAMILY = MSFT
>
> *_VS2015x86_*_MAKE_PATH = DEF(VS2015x86_BIN)\nmake.exe
> -*_VS2015x86_*_MAKE_FLAG = /nologo
> +*_VS2015x86_*_MAKE_FLAGS = /nologo
> *_VS2015x86_*_RC_PATH = DEF(WINSDK81x86_BIN)\rc.exe
>
> *_VS2015x86_*_MAKE_FLAGS = /nologo
> @@ -1586,7 +1586,7 @@ NOOPT_VS2015x86_X64_DLINK_FLAGS =
> /NOLOGO /NODEFAULTLIB /IGNORE:4001 /OPT:REF
> *_VS2017_*_*_DLL = DEF(VS2017_BIN_HOST)
>
> *_VS2017_*_MAKE_PATH = DEF(VS2017_BIN_HOST)\nmake.exe
> -*_VS2017_*_MAKE_FLAG = /nologo
> +*_VS2017_*_MAKE_FLAGS = /nologo
> *_VS2017_*_RC_PATH = DEF(RC_PATH)
>
> *_VS2017_*_MAKE_FLAGS = /nologo
> @@ -1749,7 +1749,7 @@ NOOPT_VS2017_AARCH64_DLINK_FLAGS =
> /NOLOGO /NODEFAULTLIB /IGNORE:4001 /OPT:REF
> *_VS2019_*_*_DLL = DEF(VS2019_BIN_HOST)
>
> *_VS2019_*_MAKE_PATH = DEF(VS2019_BIN_HOST)\nmake.exe
> -*_VS2019_*_MAKE_FLAG = /nologo
> +*_VS2019_*_MAKE_FLAGS = /nologo
> *_VS2019_*_RC_PATH = DEF(RC_PATH)
>
> *_VS2019_*_MAKE_FLAGS = /nologo
> --
> 2.31.1.windows.1
next prev parent reply other threads:[~2021-04-12 1:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 22:00 [Patch 1/1] BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.template Michael D Kinney
2021-04-12 1:32 ` 回复: " gaoliming
2021-04-12 1:48 ` Yuwei Chen [this message]
[not found] ` <1674F9256FCB7012.19371@groups.io>
2021-04-13 7:39 ` [edk2-devel] " Yuwei Chen
2021-04-13 14:17 ` Michael D Kinney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DM5PR11MB159443E005C6F6244959BC5A96709@DM5PR11MB1594.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox