public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] BaseTools: Rationalise makefile generation
@ 2020-02-06 15:51 PierreGondois
  2020-02-06 15:51 ` [PATCH v3 1/2] " PierreGondois
  2020-02-06 15:51 ` [PATCH v3 2/2] BaseTools: Remove caret in NASM_INC macro PierreGondois
  0 siblings, 2 replies; 7+ messages in thread
From: PierreGondois @ 2020-02-06 15:51 UTC (permalink / raw)
  To: devel
  Cc: Pierre Gondois, bob.c.feng, liming.gao, Sami.Mujawar,
	pierre.gondois, nd

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)'


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-11 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 15:51 [PATCH v3 0/2] BaseTools: Rationalise makefile generation PierreGondois
2020-02-06 15:51 ` [PATCH v3 1/2] " PierreGondois
2020-02-06 15:51 ` [PATCH v3 2/2] BaseTools: Remove caret in NASM_INC macro PierreGondois
2020-02-07  7:14   ` [edk2-devel] " Bob Feng
2020-02-10 13:29     ` PierreGondois
2020-02-11 13:29       ` Bob Feng
2020-02-11 14:20         ` PierreGondois

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox