From 2330e2564f69a2dea1cbb9c8e2bfd3a2f31812f6 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 26 Feb 2024 16:49:08 -0700 Subject: [PATCH] make.bat: give status updates during initial lib clone This implements #118673 for make.bat as it is not using the python script for the initial clone. --- build_files/windows/check_libraries.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_files/windows/check_libraries.cmd b/build_files/windows/check_libraries.cmd index 68e36c6cd55..8c92ac72aa8 100644 --- a/build_files/windows/check_libraries.cmd +++ b/build_files/windows/check_libraries.cmd @@ -26,7 +26,10 @@ if NOT EXIST "%BUILD_VS_LIBDIR%\.git" ( echo ********************************************************* :RETRY "%GIT%" -C "%BLENDER_DIR%\" config --local "submodule.%BUILD_VS_LIBDIR%.update" "checkout" + set GIT_LFS_SKIP_SMUDGE=1 "%GIT%" -C "%BLENDER_DIR%\" submodule update --progress --init "%BUILD_VS_LIBDIR%" + set GIT_LFS_SKIP_SMUDGE= + "%GIT%" -C "./%BUILD_VS_LIBDIR%" lfs pull if errorlevel 1 ( set /p LibRetry= "Error during download, retry? y/n" if /I "!LibRetry!"=="Y" (