]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools Build: Fix build break for clean target in Linux
authorHao Wu <hao.a.wu@intel.com>
Thu, 29 Sep 2016 14:47:38 +0000 (22:47 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 30 Sep 2016 06:13:53 +0000 (14:13 +0800)
commited72804638c9b240477c5235d72c3823483813b2
treefd9339e2fc95145351e1775db44ad901a6f3daa4
parent0eb330424c194a4869b2e33f42928715a5cad34e
BaseTools Build: Fix build break for clean target in Linux

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 <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/build/build.py