[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Sat Dec 16 07:24:43 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  e06a83ff7ebf8681f7eb31488a2d53e770a32a4e (commit)
      from  f053c215024d2dc6f8d9ce2047dc18ccf4015e19 (commit)


- Log -----------------------------------------------------------------
commit e06a83ff7ebf8681f7eb31488a2d53e770a32a4e
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Sat Dec 16 00:30:45 2017 +0100

    Remove test-runs dir
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4942)

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

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

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 39c4402..454aff3 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -291,7 +291,7 @@ clean: libclean
 	-$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
 	$(RM) core
 	$(RM) tags TAGS doc-nits
-	$(RM) test/.rnd
+	$(RM) -r test/test-runs
 	$(RM) openssl.pc libcrypto.pc libssl.pc
 	-$(RM) `find . -type l -a \! -path "./.git/*"`
 	$(RM) $(TARFILE)


More information about the openssl-commits mailing list