Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 6ed6abd6c116e8599876a2876b77e172e800b13e
      
https://github.com/tianocore/edk2/commit/6ed6abd6c116e8599876a2876b77e172e800b13e
  Author: Chen, Christine <yuwei.c...@intel.com>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M BaseTools/Source/Python/Ecc/EccMain.py
    M BaseTools/Source/Python/GenFds/FfsInfStatement.py
    M BaseTools/Source/Python/GenFds/GenFds.py

  Log Message:
  -----------
  BaseTools: Change RealPath to AbsPath

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 which will cause confusion. In this
situation, if use adspath function to show the path info, it will keep
same letter with the mapped drive letter, which avoids confusion.
This patch modifies the realpath to abspath.

Cc: Bob Feng <bob.c.f...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Signed-off-by: Yuwei Chen <yuwei.c...@intel.com>
Reviewed-by: Bob Feng <bob.c.f...@intel.com>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to