projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aed6e4
)
Fix overzealous cleanup command
author
FdaSilvaYY
<fdasilvayy@gmail.com>
Tue, 15 Aug 2017 16:42:02 +0000
(18:42 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 15 Aug 2017 18:57:27 +0000
(20:57 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4167)
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index be2c4bd1c40e2f9285af1a94ef36246b83381ce4..8503e44336b2908de68124df382bf50d5bcfe624 100644
(file)
--- a/
Configurations/windows-makefile.tmpl
+++ b/
Configurations/windows-makefile.tmpl
@@
-249,7
+249,9
@@
clean: libclean
-del /Q /S /F *.d
-del /Q /S /F *.obj
-del /Q /S /F *.pdb
- -del /Q /S /F *.exp
+ -del /Q /F *.exp
+ -del /Q /F apps\*.exp
+ -del /Q /F engines\*.exp
-del /Q /S /F engines\*.ilk
-del /Q /S /F engines\*.lib
-del /Q /S /F apps\*.lib