mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +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