Re: [edk2-devel] [Patch V4 1/1] BaseTools: Change RealPath to AbsPath

2021-10-12 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Chen, Christine Sent: Tuesday, October 12, 2021 12:08 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Liming Gao Subject: [Patch V4 1/1] BaseTools: Change RealPath to AbsPath Currently the realpath is used when parse modules, which shows th

[edk2-devel] [Patch V4 1/1] BaseTools: Change RealPath to AbsPath

2021-10-11 Thread Yuwei Chen
Currently the realpath is used when parse modules, which shows the path with a drive letter in build log. In Windows 'subst' comand is used to associates a path with a drive letter, when use the mapped drive letter for build, with realpath function the build log will have different disk letter info