Re: [edk2-devel] [PATCH v1 1/1] BaseTools: Rationalise makefile generation

2020-02-03 Thread Liming Gao
Pierre: Thanks for your contribution. Do you verify below configurations? And, how do you verify Windows host + GCC make? 1. Windows Host + VS nmake 2. Windows Host + GCC make 3. Linux Host + GCC make. Thanks Liming > -Original Message- > From: Pierre Gondois > Sent: Thursday, January

Re: [edk2-devel] [PATCH v1 1/1] BaseTools: Rationalise makefile generation

2020-01-22 Thread PierreGondois
Hello Bob and Liming, Just to let you know, I created a Bugzilla here on the same topic: https://bugzilla.tianocore.org/show_bug.cgi?id=2481 Regards, Pierre -Original Message- From: PierreGondois Sent: 13 January 2020 14:41 To: devel@edk2.groups.io Cc: Pierre Gondois ;

[edk2-devel] [PATCH v1 1/1] BaseTools: Rationalise makefile generation

2020-01-13 Thread PierreGondois
From: Pierre Gondois The GenMake.py script tests the platform environment to determine the type of makefile that needs to be generated. If a Windows build host is detected, the makefile generated is of Nmake type. Otherwise a GNUmake type is generated. Furthermore, the ___MAKE_PATH option in