Commit 4ffc1842 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Andy Polyakov
Browse files

windows-makefile.tmpl: rearrange cleanup commands to avoid ...



deletion of *.exp files in krb5 sub-module.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6186)
parent a602dece
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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