summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-15 12:07:17 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-16 17:30:21 +0200
commitcf54d00aa82302d2570531b4bd7841230ced0555 (patch)
tree907fca6b284439e96e800c63e7fd09f3f5bdd652
parent54f007af94b8924a46786b34665223c127c19081 (diff)
Remove mandatory generated files on windows too
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5958)
-rw-r--r--Configurations/windows-makefile.tmpl2
1 files changed, 2 insertions, 0 deletions
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