]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add error condition for the path in PACKAGES_PATH env
authorZhu, Yonghong <yonghong.zhu@intel.com>
Wed, 18 May 2016 01:59:20 +0000 (09:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 23 May 2016 09:05:48 +0000 (17:05 +0800)
commitf6190a01c13a6b4dd01a1765b28964db7dc58e35
tree0de7730a580a7b1b192dcdd8de98fb91e8c9f924
parent28c1711d4ffc82166e47fc9088c50d9a984acdfc
BaseTools: Add error condition for the path in PACKAGES_PATH env

This patch adds two error conditions:
1) if one path in PACKAGES_PATH doesn't exist.
2) if the space exists in the PACKAGES_PATH.

In V2, highlight one path in PACKAGES_PATH env doesn't exist.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed by: Andrew Fish <afish@apple.com>
BaseTools/Source/Python/build/build.py