]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
windows-makefile.tmpl: rearrange cleanup commands to avoid ...
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sun, 6 May 2018 15:34:04 +0000 (17:34 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 7 May 2018 15:16:09 +0000 (17:16 +0200)
deletion of *.exp files in krb5 sub-module.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6186)

Configurations/windows-makefile.tmpl

index 0fe6ca2a17810ff084100e7bf7ff6b6865ffec5c..0752bbe2a390710eaffdcd7071dbec9884cbf473 100644 (file)
@@ -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