X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2Ftoolsetup.bat;h=562f9932ff4d3d8c09a19d78e5938a3a7a00c1aa;hp=3801ce033ff619d50df66cb2bf296f6c26359151;hb=5a1bfda4bd04815ed8c7489e2db47f9a1f245566;hpb=61e947457e42320bd15e2f488742996359ca5420 diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat index 3801ce033f..562f9932ff 100755 --- a/BaseTools/toolsetup.bat +++ b/BaseTools/toolsetup.bat @@ -118,16 +118,13 @@ if /I "%1"=="/?" goto Usage :set_PATH if defined WORKSPACE_TOOLS_PATH goto check_PATH if not defined EDK_TOOLS_BIN ( - if exist %EDK_TOOLS_PATH%\Bin\Win32 ( - set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32 - ) else ( - set "PATH=%EDK_TOOLS_PATH%\Bin\Win32;%PATH%" + set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32 + if not exist %EDK_TOOLS_PATH%\Bin\Win32 ( echo. echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!! echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32 echo Or configure EDK_TOOLS_BIN env to point Win32 directory. echo. - goto check_build_environment ) ) set PATH=%EDK_TOOLS_BIN%;%PATH% @@ -137,16 +134,13 @@ if /I "%1"=="/?" goto Usage :check_PATH if "%EDK_TOOLS_PATH%"=="%WORKSPACE_TOOLS_PATH%" goto PATH_ok if not defined EDK_TOOLS_BIN ( - if exist %EDK_TOOLS_PATH%\Bin\Win32 ( - set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32 - ) else ( - set "PATH=%EDK_TOOLS_PATH%\Bin\Win32;%PATH%" + set EDK_TOOLS_BIN=%EDK_TOOLS_PATH%\Bin\Win32 + if not exist %EDK_TOOLS_PATH%\Bin\Win32 ( echo. echo !!! ERROR !!! Cannot find BaseTools Bin Win32!!! echo Please check the directory %EDK_TOOLS_PATH%\Bin\Win32 echo Or configure EDK_TOOLS_BIN env to point Win32 directory. echo. - goto check_build_environment ) ) set PATH=%EDK_TOOLS_BIN%;%PATH% @@ -260,6 +254,7 @@ echo. if defined FORCE_REBUILD goto check_build_environment if defined REBUILD goto check_build_environment if not exist "%EDK_TOOLS_PATH%" goto check_build_environment +if not exist "%EDK_TOOLS_BIN%" goto check_build_environment IF NOT EXIST "%EDK_TOOLS_BIN%\BootSectImage.exe" goto check_c_tools IF NOT EXIST "%EDK_TOOLS_BIN%\EfiLdrImage.exe" goto check_c_tools @@ -322,7 +317,7 @@ goto end echo !!! WARNING !!! PYTHON_FREEZER_PATH environment variable is not set. echo Setup environment to run Python scripts directly. echo. - set "PATH=%PATH%;%BASE_TOOLS_PATH%\BinWrappers\WindowsLike" + set "PATH=%BASE_TOOLS_PATH%\BinWrappers\WindowsLike;%PATH%" ) set BASETOOLS_PYTHON_SOURCE=%BASE_TOOLS_PATH%\Source\Python