From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.7215.1632484660462441614 for ; Fri, 24 Sep 2021 04:57:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 04D416D; Fri, 24 Sep 2021 04:57:30 -0700 (PDT) Received: from [192.168.1.16] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 7964F3F719; Fri, 24 Sep 2021 04:57:28 -0700 (PDT) Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW1BBVENIIHYxIDAvNF0gU2V0IGRlZmF1bHQgTWFrZWZpbGUgbmFtZQ==?= To: gaoliming , devel@edk2.groups.io, 'Bob Feng' , 'Sami Mujawar' References: <20210923085903.15966-1-Pierre.Gondois@arm.com> <003701d7b0dd$e058b590$a10a20b0$@byosoft.com.cn> Cc: 'Christopher Jones' From: "PierreGondois" Message-ID: Date: Fri, 24 Sep 2021 12:57:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <003701d7b0dd$e058b590$a10a20b0$@byosoft.com.cn> Content-Type: text/plain; charset=gbk Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hi Liming, I created: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3653 Regards, Pierre On 9/24/21 1:48 AM, gaoliming wrote: > Pierre: > Can you submit BZ for this change request?=20 > > Thanks > Liming >> -----=D3=CA=BC=FE=D4=AD=BC=FE----- >> =B7=A2=BC=FE=C8=CB: Pierre.Gondois@arm.com >> =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA9=D4=C223=C8=D5 16:59 >> =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io; Bob Feng ; Liming >> Gao ; Sami Mujawar >> =D6=F7=CC=E2: [PATCH v1 0/4] Set default Makefile name >> >> From: Pierre Gondois >> >> A Makefile name is not set in BaseTools when only building modules >> or libraries. This patch-set sets a default Makefile name for the >> "build" command. >> >> The patch-set also: >> - Removes unsused Makefile variables >> - Removes hard-coded references to "target.txt" and "tools_def.txt" >> >> The changes can be seen at: >> https://github.com/PierreARM/edk2/tree/1868_BaseTools_build_py_correct= i >> ons_v1 >> >> Pierre Gondois (4): >> BaseTools/GenMake: Use ToolDefinition as fallback option >> BaseTools/build: Set MakefileName >> BaseTools: Remove Makefile/MakefileName fields >> BaseTools: Remove hard-coded strings for target and tools_def >> >> BaseTools/Source/Python/AutoGen/GenMake.py | 8 >> ++++---- >> BaseTools/Source/Python/AutoGen/ModuleAutoGen.py | 1 - >> BaseTools/Source/Python/GenFds/GenFds.py | 4 ++-- >> .../Source/Python/GenFds/GenFdsGlobalVariable.py | 4 ++-- >> BaseTools/Source/Python/TargetTool/TargetTool.py | 3 ++- >> BaseTools/Source/Python/Workspace/BuildClassObject.py | 2 -- >> BaseTools/Source/Python/Workspace/DscBuildData.py | 9 ++++----- >> BaseTools/Source/Python/build/build.py | 11 ++++------= - >> 8 files changed, 18 insertions(+), 24 deletions(-) >> >> -- >> 2.17.1 > > > >