[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Aug 15 18:57:51 UTC 2017
The branch master has been updated
via 645c8790a7fa3a5d7efd2e88bb80c0cea82882e2 (commit)
from 0aed6e449da5f06a23fd191bb86bfdd71bde6f9c (commit)
- Log -----------------------------------------------------------------
commit 645c8790a7fa3a5d7efd2e88bb80c0cea82882e2
Author: FdaSilvaYY <fdasilvayy at gmail.com>
Date: Tue Aug 15 18:42:02 2017 +0200
Fix overzealous cleanup command
Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4167)
-----------------------------------------------------------------------
Summary of changes:
Configurations/windows-makefile.tmpl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index be2c4bd..8503e44 100644
--- 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
More information about the openssl-commits
mailing list