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.web11.2012.1632387550330774493 for ; Thu, 23 Sep 2021 01:59:10 -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 C736D106F; Thu, 23 Sep 2021 01:59:08 -0700 (PDT) Received: from e120189.arm.com (unknown [10.57.87.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 866893F59C; Thu, 23 Sep 2021 01:59:07 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Bob Feng , Liming Gao , Sami Mujawar Subject: [PATCH v1 0/4] Set default Makefile name Date: Thu, 23 Sep 2021 09:58:59 +0100 Message-Id: <20210923085903.15966-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 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_corrections_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