Re: [edk2] [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

2016-04-14 Thread Zhu, Yonghong
Thanks Laszlo, I will fix it soon. Best Regards, Zhu Yonghong -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Thursday, April 14, 2016 9:30 PM To: Zhu, Yonghong Cc: Justen, Jordan L ; edk2-de...@ml01.01.org; Gao,

Re: [edk2] [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

2016-04-14 Thread Laszlo Ersek
On 04/14/16 13:10, Laszlo Ersek wrote: > On 04/13/16 11:47, Yonghong Zhu wrote: >> when enable Multiple workspace and there have other option(eg: -I) before >> $(WORKSPACE), handleWsMacro cannot return correct which cause the >> ArmVirtPkg build failure. >> example: >> [BuildOptions] >>

Re: [edk2] [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

2016-04-14 Thread Laszlo Ersek
On 04/13/16 11:47, Yonghong Zhu wrote: > when enable Multiple workspace and there have other option(eg: -I) before > $(WORKSPACE), handleWsMacro cannot return correct which cause the > ArmVirtPkg build failure. > example: > [BuildOptions] > *_*_AARCH64_PLATFORM_FLAGS ==

Re: [edk2] [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

2016-04-13 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Zhu, Yonghong Sent: Wednesday, April 13, 2016 5:48 PM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

[edk2] [Patch v2] BaseTools: fix the bug for [BuildOptions] of multiple workspace support

2016-04-13 Thread Yonghong Zhu
when enable Multiple workspace and there have other option(eg: -I) before $(WORKSPACE), handleWsMacro cannot return correct which cause the ArmVirtPkg build failure. example: [BuildOptions] *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include Cc: Liming Gao