diff options
Diffstat (limited to 'subproc.bat')
-rw-r--r-- | subproc.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subproc.bat b/subproc.bat index e3b8d3c..685ed9d 100644 --- a/subproc.bat +++ b/subproc.bat @@ -1,5 +1,5 @@ @echo off
-rem Copyright (C) 1996-2014 Free Software Foundation, Inc.
+rem Copyright (C) 1996-2016 Free Software Foundation, Inc.
rem This file is part of GNU Make.
rem
rem GNU Make is free software; you can redistribute it and/or modify it under
@@ -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 ..\..
|