From: Yonghong Zhu Date: Thu, 18 Aug 2016 02:07:36 +0000 (+0800) Subject: BaseTools: check CONF_PATH env to get the configure files X-Git-Tag: edk2-stable201903~5972 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=00bcb5c27a5bb781099482c5763937334be91e76;hp=00bcb5c27a5bb781099482c5763937334be91e76 BaseTools: check CONF_PATH env to get the configure files 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu Reviewed-by: Liming Gao ---