From e7008f9511d540d6cb57de6518538bb93f2a620f Mon Sep 17 00:00:00 2001 From: sunsuodong Date: Thu, 22 Apr 2021 15:06:42 +0800 Subject: [PATCH] modify echo string --- build.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.bat b/build.bat index 4d5ff3e035a..a91b8c678db 100644 --- a/build.bat +++ b/build.bat @@ -33,8 +33,6 @@ set VERSION_MINOR=%y:~1,1% for /f "delims=\= tokens=2" %%c in ('findstr /C:"const int ms_version_revision = " mindspore\lite\include\version.h') do (set z=%%c) set VERSION_REVISION=%z:~1,1% -echo "======Start building MindSpore Lite %VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%======" - ECHO %2%|FINDSTR "^[0-9][0-9]*$" IF %errorlevel% == 0 ( SET threads=%2% @@ -74,6 +72,7 @@ IF NOT EXIST "%BUILD_PATH%/mindspore" ( cd %BUILD_PATH%/mindspore IF "%1%" == "lite" ( + echo "======Start building MindSpore Lite %VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_REVISION%======" cmake --build "%BUILD_PATH%\mindspore" --target clean rd /s /q "%BASE_PATH%\output" (git log -1 | findstr "^commit") > %BUILD_PATH%\.commit_id