Re: [edk2] [Patch] BaseTools Build: Fix build break for clean target in Linux

2016-09-29 Thread Zhu, Yonghong
intel.com> Subject: [edk2] [Patch] BaseTools Build: Fix build break for clean target in Linux From: Hao Wu <hao.a...@intel.com> In Linux, Command needs to be String instead of list when Command run as shell with True. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-

Re: [edk2] [Patch] BaseTools Build: Fix build break for clean target in Linux

2016-09-29 Thread Wu, Hao A
The patch is good to me. Reviewed-by: Hao Wu Best Regards, Hao Wu > -Original Message- > From: Gao, Liming > Sent: Thursday, September 29, 2016 10:48 PM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A > Subject: [Patch] BaseTools Build: Fix build break for clean

[edk2] [Patch] BaseTools Build: Fix build break for clean target in Linux

2016-09-29 Thread Liming Gao
From: Hao Wu In Linux, Command needs to be String instead of list when Command run as shell with True. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- BaseTools/Source/Python/build/build.py | 6 +++--- 1 file