From: FdaSilvaYY Date: Sun, 6 May 2018 15:34:04 +0000 (+0200) Subject: windows-makefile.tmpl: rearrange cleanup commands to avoid ... X-Git-Tag: OpenSSL_1_1_1-pre7~95 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ffc1842fa7da63b42da0e9553ebee33e2e173aa;p=oweals%2Fopenssl.git windows-makefile.tmpl: rearrange cleanup commands to avoid ... deletion of *.exp files in krb5 sub-module. Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6186) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 0fe6ca2a17..0752bbe2a3 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