From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cam-smtp0.cambridge.arm.com (cam-smtp0.cambridge.arm.com [217.140.106.51]) by mx.groups.io with SMTP id smtpd.web12.14109.1581004315467081712 for ; Thu, 06 Feb 2020 07:51:56 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.106.51, mailfrom: pierre.gondois@arm.com) Received: from E119881.Arm.com (E119881.Arm.com [10.1.197.28]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id 016FpqUx032594; Thu, 6 Feb 2020 15:51:53 GMT From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , bob.c.feng@intel.com, liming.gao@intel.com, Sami.Mujawar@arm.com, pierre.gondois@arm.com, nd@arm.com Subject: [PATCH v3 0/2] BaseTools: Rationalise makefile generation Date: Thu, 6 Feb 2020 15:51:45 +0000 Message-Id: <20200206155147.61112-1-pierre.gondois@arm.com> X-Mailer: git-send-email 2.16.2.windows.1 This v3: * Corrects the bugs Bob Feng pointed out. * Replaces "nmake", "gmake", "win32" and "posix" strings by variables (NMAKE_FILETYPE, ...). * Removes the trailing caret '^' appended at the end of the NASM_INC macro. The changes can be seen at https://github.com/PierreARM/edk2/tree/720_BaseTools_Rationalise_makefile_generation_v3 Pierre Gondois (2): BaseTools: Rationalise makefile generation BaseTools: Remove caret in NASM_INC macro BaseTools/Source/Python/AutoGen/GenMake.py | 151 ++++++++++---------- BaseTools/Source/Python/AutoGen/IncludesAutoGen.py | 34 +++-- BaseTools/Source/Python/AutoGen/PlatformAutoGen.py | 13 +- BaseTools/Source/Python/build/build.py | 25 ++-- 4 files changed, 118 insertions(+), 105 deletions(-) -- 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'