[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 10 12:00:15 UTC 2016


The branch master has been updated
       via  3415c711b056cc7950ad25b55760a4f57fde02c4 (commit)
      from  03f880e4fc5f4235006abdc152664c22aef6a506 (commit)


- Log -----------------------------------------------------------------
commit 3415c711b056cc7950ad25b55760a4f57fde02c4
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 10 01:51:53 2016 +0100

    Add cleaning targets to Configurations/windows-makefile.tmpl
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/windows-makefile.tmpl | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 967146f..2871283 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -139,6 +139,20 @@ list-tests:
 	@set PERL=$(PERL)
 	@$(PERL) $(SRCDIR)\test\run_tests.pl list
 
+libclean:
+	del /Q /F $(LIBS) $(SHLIBS)
+	del lib.pdb
+
+clean: libclean
+	del /Q /F $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)
+	del /Q /S /F *.asm
+	del /Q /S /F *.d
+	del /Q /S /F *.obj
+	del /Q /S /F *.pdb
+	del /Q /S /F *.exp
+	del /Q /S /F engines\*.ilk
+	del /Q /S /F engines\*.lib
+
 depend:
 
 # Building targets ###################################################


More information about the openssl-commits mailing list