summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-07-02 15:57:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-07-02 15:57:35 +0000
commiteca7358be3a7935f1ff3432f1aaad842636fc82d (patch)
treed110323b0a9b299ca7492485971f43ab54edf4b7 /ms
parentda5e9871e9b01b50f2749760e39a67e9ff6d6482 (diff)
Additional error checking.
Diffstat (limited to 'ms')
-rw-r--r--ms/do_fips.bat2
1 files changed, 2 insertions, 0 deletions
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