The branch OpenSSL_1_1_0-stable has been updated
       via  d7155335a56c2bc0d399336c46fefb497cc1131c (commit)
      from  dfb109c522a450af7f387d66ad32afeee87f9805 (commit)


- Log -----------------------------------------------------------------
commit d7155335a56c2bc0d399336c46fefb497cc1131c
Author: Bernd Edlinger <[email protected]>
Date:   Wed Feb 1 19:10:03 2017 +0100

    remove test/.rnd on make clean
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/2344)
    (cherry picked from commit 122fa088524571a3b60ebf301873f69afdac8f7a)

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

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

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 9f0990c..c029817 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -285,6 +285,7 @@ clean: libclean
        -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
        $(RM) core
        $(RM) tags TAGS
+       $(RM) test/.rnd
        $(RM) openssl.pc libcrypto.pc libssl.pc
        -$(RM) `find . -type l -a \! -path "./.git/*"`
        $(RM) $(TARFILE)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to