From: Bernd Edlinger Date: Sun, 15 Apr 2018 10:07:17 +0000 (+0200) Subject: Remove mandatory generated files on windows too X-Git-Tag: OpenSSL_1_1_1-pre5~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf54d00aa82302d2570531b4bd7841230ced0555;p=oweals%2Fopenssl.git Remove mandatory generated files on windows too Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5958) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index c51e4c71ce..0fe6ca2a17 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -360,10 +360,12 @@ clean: libclean {- join("\n\t", map { "-del /Q /F $_" } @PROGRAMS) -} -del /Q /F $(ENGINES) -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 + -rmdir /Q /S test\test-runs distclean: clean -del /Q /F configdata.pm