The branch master has been updated
       via  4ffc1842fa7da63b42da0e9553ebee33e2e173aa (commit)
      from  a602decedb8d91385992d8e50cd1bb4bde111c33 (commit)


- Log -----------------------------------------------------------------
commit 4ffc1842fa7da63b42da0e9553ebee33e2e173aa
Author: FdaSilvaYY <fdasilv...@gmail.com>
Date:   Sun May 6 17:34:04 2018 +0200

    windows-makefile.tmpl: rearrange cleanup commands to avoid ...
    
    deletion of *.exp files in krb5 sub-module.
    
    Reviewed-by: Andy Polyakov <ap...@openssl.org>
    Reviewed-by: Rich Salz <rs...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6186)

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

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

diff --git a/Configurations/windows-makefile.tmpl 
b/Configurations/windows-makefile.tmpl
index 0fe6ca2..0752bbe 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -362,9 +362,10 @@ clean: libclean
        -del /Q /F $(SCRIPTS)
        -del /Q /F $(GENERATED_MANDATORY)
        -del /Q /F $(GENERATED)
-       -del /Q /S /F *.d *.obj *.pdb *.exp *.ilk *.manifest
-       -del /Q /S /F engines\*.lib
-       -del /Q /S /F apps\*.lib apps\*.rc apps\*.res
+       -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
+       -del /Q /S /F engines\*.lib engines\*.exp
+       -del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp
+       -del /Q /S /F test\*.exp
        -rmdir /Q /S test\test-runs
 
 distclean: clean
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to