]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: check CONF_PATH env to get the configure files
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 18 Aug 2016 02:07:36 +0000 (10:07 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Aug 2016 02:54:52 +0000 (10:54 +0800)
Add CONF_PATH env check. First priority is user set the conf dir by
--conf option, then the CONF_PATH env, the last one is the standard
WORKSPACE(PACKAGE_PATH)/Conf.
Also print the conf path directory in the build log.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found