]> git.proxmox.com Git - mirror_edk2.git/commit - edksetup.sh
BaseTools/edksetup.sh: fix invalid test for current working directory
authorChris Ruffin <chris.ruffin@intel.com>
Thu, 3 Aug 2017 15:37:42 +0000 (23:37 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 10 Aug 2017 04:54:58 +0000 (12:54 +0800)
commit95cc9a51e1057ace27ef09b5e19fa45d3e66ef2b
tree990aa57c77e65af68dabcc18535e42909ba42296
parentd506d8db7168c2c12a9e7afe0bf9047d14ec4c54
BaseTools/edksetup.sh: fix invalid test for current working directory

edksetup.sh implements a test that requires the current working
directory to contain the edksetup.sh script.  This test has the side
effect of requiring the WORKSPACE to be set to the same directory as
the edksetup.sh.  In a multiple workspace configuration, it is
required to be able to have a WORKSPACE that is different from the
directory that contains edksetup.sh.  This changeset skips this test
if PACKAGE_PATH is set.

Change-Id: Ie6f16a08c012baf4e650c48cc8e91cdc466d05f2
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Ruffin <chris.ruffin@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
edksetup.sh