mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-27 01:27:58 +00:00
[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:
parent
7e849f3b81
commit
5036dd120a
1 changed files with 1 additions and 0 deletions
|
@ -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 ..\..
|
||||
|
|
Loading…
Reference in a new issue