[SVN 45515] Check exit status of sub-make in subproc.bat

* subproc.bat: Exit when sub-make invocation fails.

Copyright-paperwork-exempt: yes
This commit is contained in:
James Johnston 2015-07-10 09:56:27 +03:00 committed by Eli Zaretskii
parent 7e849f3b81
commit 5036dd120a

View file

@ -20,4 +20,5 @@ set MAKE=%2
set MAKEFILE=%1
if x%2 == x set MAKE=nmake
%MAKE% /f %MAKEFILE%
if ERRORLEVEL 1 exit /B
cd ..\..