[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sat Feb 20 08:26:45 UTC 2016


The branch master has been updated
       via  874efa9f81c1414725088324b2b602d17dc291db (commit)
      from  ce5ed82f829d77c896a68990fba459cdad5f765d (commit)


- Log -----------------------------------------------------------------
commit 874efa9f81c1414725088324b2b602d17dc291db
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Feb 19 23:34:25 2016 +0100

    Unified 'make depend' has to cleanup after itself
    
    It failed to remove lingering Makefile.new
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 07e5a41..9dc6d7d 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -256,6 +256,8 @@ Makefile: FORCE
 	  done ) > Makefile.new
 	@if ! cmp Makefile.new Makefile >/dev/null 2>&1; then \
 		mv -f Makefile.new Makefile; \
+	else \
+		rm -f Makefile.new; \
 	fi
 
 # Install helper targets #############################################


More information about the openssl-commits mailing list