rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | cd .. |
2 | rem rem XGConsole /command="tools\make.exe -j1 ACTION=remake -k -r -R COMPONENT=abm -fmake\comp.mak " /profile="tools\XGConsole.xml" | ||||
3 | |||||
4 | @call XGConsole.exe | ||||
5 | @echo errorlevel==%ERRORLEVEL% | ||||
6 | |||||
7 | @if %ERRORLEVEL%==0 XGConsole /command="tools\make.exe -j1 ACTION=remake -k -r -R COMPONENT=abm -fmake\comp.mak " /profile="tools\XGConsole.xml" | ||||
8 | @if %ERRORLEVEL%==1 tools\make.exe -j1 ACTION=remake -j1 -k -r -R COMPONENT=abm -fmake\comp.mak | ||||
9 |