[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon May 23 11:18:31 UTC 2016


The branch master has been updated
       via  7d52e55457eb8e888c3441a5b1de328238a7d9fb (commit)
      from  154fe2b4be294050b9975edbbe2d83294a83d6b6 (commit)


- Log -----------------------------------------------------------------
commit 7d52e55457eb8e888c3441a5b1de328238a7d9fb
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon May 23 09:36:02 2016 +0200

    Windows: shut DEL up
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/windows-makefile.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 3f92f14..258421d 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -394,8 +394,8 @@ $target: $deps $ordinalsfile $mkdef_pl
 		/implib:\$@ \$(LDOUTFLAG)$shlib$shlibext /def:$shlib.def @<< || (DEL /Q \$(\@B).* $shlib.* && EXIT 1)
 $objs $shlib.res$linklibs \$(EX_LIBS)
 <<
-	DEL /Q /F apps\\$shlib$shlibext
-	DEL /Q /F test\\$shlib$shlibext
+	IF EXIST apps\\$shlib$shlibext DEL /Q /F apps\\$shlib$shlibext
+	IF EXIST test\\$shlib$shlibext DEL /Q /F test\\$shlib$shlibext
 	COPY $shlib$shlibext apps
 	COPY $shlib$shlibext test
 EOF


More information about the openssl-commits mailing list