mirror of
https://github.com/mirror/make.git
synced 2025-02-05 17:20:15 +08: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
@ -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 New Issue
Block a user