From eca7358be3a7935f1ff3432f1aaad842636fc82d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 2 Jul 2011 15:57:35 +0000 Subject: Additional error checking. --- ms/do_fips.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ms') diff --git a/ms/do_fips.bat b/ms/do_fips.bat index a78fc2515d..3b0d2aa7ff 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -56,7 +56,9 @@ perl util\mk1mf.pl dll %ASM% %TARGET% >ms\ntdll.mak @if ERRORLEVEL 1 goto error nmake -f ms\ntdll.mak clean +@if ERRORLEVEL 1 goto error nmake -f ms\ntdll.mak +@if ERRORLEVEL 1 goto error nmake -f ms\ntdll.mak install @if ERRORLEVEL 1 goto error -- cgit v1.2.3