summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-07-03 12:35:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-07-03 12:35:06 +0000
commitc540aa2fb1b744342fa8bc0c3215a07d5d272abe (patch)
treed00e6a8519e028a5b6806f15afae37e69cb7d443 /ms
parenteca7358be3a7935f1ff3432f1aaad842636fc82d (diff)
If make clean fails it is not a fatal error.
Diffstat (limited to 'ms')
-rw-r--r--ms/do_fips.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/ms/do_fips.bat b/ms/do_fips.bat
index 3b0d2aa7ff..73b0a3e8e4 100644
--- a/ms/do_fips.bat
+++ b/ms/do_fips.bat
@@ -56,7 +56,6 @@ 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