Skip to content

Commit

Permalink
If make clean fails it is not a fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jul 3, 2011
1 parent eca7358 commit c540aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ms/do_fips.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c540aa2

Please sign in to comment.